diff --git a/app/styles/input.css b/app/styles/input.css index 0b68cd22..ab54289f 100644 --- a/app/styles/input.css +++ b/app/styles/input.css @@ -79,10 +79,6 @@ select { padding-right: calc(2*7px + 8px); padding-left: 7px; } -:root:not(.noVNC_touch) select:hover:not(:disabled) { - background: var(--select-arrow), - linear-gradient(to top, rgb(255, 255, 255), rgb(250, 250, 250)); -} option { color: black; @@ -226,3 +222,7 @@ select:active { :root:not(.noVNC_touch) button:hover:not(:disabled) { background: linear-gradient(to top, rgb(255, 255, 255), rgb(250, 250, 250)); } +:root:not(.noVNC_touch) select:hover:not(:disabled) { + background: var(--select-arrow), + linear-gradient(to top, rgb(255, 255, 255), rgb(250, 250, 250)); +}