mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
ui: partial multi msd support
This commit is contained in:
@@ -24,7 +24,7 @@ div#msd-menu {
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
div#msd-menu div.msd-message, input.msd-message {
|
||||
div#msd-menu .msd-feature-disabled, div.msd-message, input.msd-message {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -66,18 +66,6 @@ div.stream-slider-box {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
table#stream-auto-resize-box {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
|
||||
@supports (-webkit-appearance: none) {
|
||||
table#stream-auto-resize-box {
|
||||
margin: 20px 0 20px 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div#stream-mouse-buttons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -119,6 +119,18 @@ ul#menu li div.menu-item-content-text {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
ul#menu li div.menu-item-content-text table.one-line-switch {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
|
||||
@supports (-webkit-appearance: none) {
|
||||
ul#menu li div.menu-item-content-text table.one-line-switch {
|
||||
margin: 20px 0 20px 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul#menu li div.menu-item-content button, select {
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
|
||||
@@ -96,3 +96,8 @@ div.switch-box input[type=checkbox].switch-checkbox:checked + label.switch-label
|
||||
div.switch-box input[type=checkbox].switch-checkbox:checked + label.switch-label span.switch {
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
div.switch-box input[type=checkbox].switch-checkbox:disabled + label.switch-label span.switch {
|
||||
background: var(--cs-thumb-disabled-bg);
|
||||
border: var(--border-default-2px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user