mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-03-10 14:03:12 +08:00
UI
This commit is contained in:
34
ui/html/style.css
Normal file
34
ui/html/style.css
Normal file
@@ -0,0 +1,34 @@
|
||||
body {
|
||||
margin: 0;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
height: calc(100vh - 20px);
|
||||
}
|
||||
|
||||
form {
|
||||
height: 20px;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 5px;
|
||||
font-size: 13px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
form>label {
|
||||
display: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
form>label>input,
|
||||
form>label>p {
|
||||
height: 19px;
|
||||
padding: 0;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
Reference in New Issue
Block a user