rustdesk/src/ui/remote.css

46 lines
727 B
CSS
Raw Normal View History

2021-03-29 15:59:14 +08:00
body {
margin: 0;
color: black;
overflow: scroll-indicator;
}
div#video-wrapper {
size: *;
background: #212121;
}
2022-06-23 17:42:30 +08:00
div#quality-monitor {
top: 20px;
right: 20px;
background: #7571719c;
padding: 5px;
min-width: 150px;
color: azure;
border: solid azure;
}
2021-03-29 15:59:14 +08:00
video#handler {
behavior: native-remote video;
size: *;
margin: *;
foreground-size: contain;
}
img#cursor {
position: absolute;
display: none;
//opacity: 0.66,
//transform: scale(0.8);
}
.goup {
2022-06-23 17:42:30 +08:00
transform: rotate(90deg);
2021-03-29 15:59:14 +08:00
}
table#remote-folder-view {
context-menu: selector(menu#remote-folder-view);
}
table#local-folder-view {
context-menu: selector(menu#local-folder-view);
2022-06-23 17:42:30 +08:00
}