mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
some ui fixes
This commit is contained in:
@@ -55,6 +55,7 @@ ul#ctl li a.ctl-item-selected {
|
||||
background-color: var(--bg-color-selected) !important;
|
||||
}
|
||||
div.ctl-dropdown-content {
|
||||
visibility: hidden;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
border: var(--intensive-border);
|
||||
|
||||
@@ -1,8 +1,16 @@
|
||||
div#msd-menu {
|
||||
width: 450px;
|
||||
}
|
||||
div#msd-menu
|
||||
div#msd-not-in-operate,
|
||||
div#msd-current-image-broken,
|
||||
div#msd-another-another-user-uploads,
|
||||
input#msd-select-new-image-file,
|
||||
div#msd-new-image {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table#msd-info {
|
||||
table.msd-info {
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
@@ -10,7 +18,7 @@ table#msd-info {
|
||||
margin: 0 10px 0 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
table#msd-info
|
||||
table.msd-info
|
||||
td#msd-status,
|
||||
td#msd-current-image-name,
|
||||
td#msd-current-image-size,
|
||||
|
||||
Reference in New Issue
Block a user