mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 07:08:06 +00:00
Set a white background-color on checkboxes
Otherwise they appear with the same color as the background, which is not what we want. They should always be white.
This commit is contained in:
@@ -90,6 +90,7 @@ option {
|
||||
input[type=checkbox] {
|
||||
position: relative;
|
||||
appearance: none;
|
||||
background-color: white;
|
||||
border: 1px solid dimgrey;
|
||||
border-radius: 3px;
|
||||
width: 0.8em;
|
||||
|
||||
Reference in New Issue
Block a user