mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
100% open source
This commit is contained in:
@@ -34,6 +34,20 @@ body {
|
||||
border-right: color(border) 1px solid;
|
||||
}
|
||||
|
||||
#ab .left-pane {
|
||||
background: white;
|
||||
border-radius: 1em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#ab .right-pane {
|
||||
background: none;
|
||||
}
|
||||
|
||||
#ab .right-content {
|
||||
overflow: unset;
|
||||
}
|
||||
|
||||
.left-pane > div:nth-child(1) {
|
||||
border-spacing: 1em;
|
||||
padding: 20px;
|
||||
@@ -358,15 +372,19 @@ div.trust-me > div:nth-child(5) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div#myid {
|
||||
div#myid, div#tags-label {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div#myid svg#menu {
|
||||
div#myid svg#menu, div#tags-label svg#menu {
|
||||
position: absolute;
|
||||
right: -1em;
|
||||
}
|
||||
|
||||
div#tags-label svg#menu:hover {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
div.remote-session svg#menu {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
||||
Reference in New Issue
Block a user