mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-05 03:49:39 +00:00
Move <select>:hover to other hover styles
Lets keep this file organized.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user