otg msd ui

This commit is contained in:
Devaev Maxim
2019-11-10 00:59:27 +03:00
parent 67bc2b0e08
commit 090bb3866a
4 changed files with 236 additions and 116 deletions

View File

@@ -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;