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:
@@ -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) ~ * {
|
||||
|
||||
Reference in New Issue
Block a user