mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
otg msd ui
This commit is contained in:
@@ -96,6 +96,9 @@ select {
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
select {
|
||||
padding-left: 5px;
|
||||
}
|
||||
@media (hover: hover), (min--moz-device-pixel-ratio: 0) {
|
||||
/* If we have a mouse cursor */
|
||||
button:enabled:hover,
|
||||
@@ -146,6 +149,10 @@ select:active {
|
||||
background-color: var(--cs-bg-control-intensive) !important;
|
||||
background-image: url("../svg/select-arrow-intensive.svg") !important;
|
||||
}
|
||||
select option {
|
||||
color: var(--cs-control-default-fg);
|
||||
background-color: var(--cs-control-default-bg);
|
||||
}
|
||||
|
||||
input[type=text], input[type=password] {
|
||||
overflow-x: auto;
|
||||
|
||||
Reference in New Issue
Block a user