Make the background of expanded settings lighter
A very slight change to the background color, to make the contrast better with the light-grey input elements.
This commit is contained in:
parent
237a34dfb3
commit
24835bdda4
|
@ -535,7 +535,7 @@ html {
|
|||
margin: 5px;
|
||||
margin-left: 10px;
|
||||
padding: 5px;
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
border-radius: 6px;
|
||||
}
|
||||
.noVNC_expander:not(.noVNC_open) ~ * {
|
||||
|
|
Loading…
Reference in New Issue