Update base.css

This commit is contained in:
Kaleb Efflandt 2024-02-14 13:51:24 -06:00 committed by GitHub
parent fc2c733ce5
commit 9c030951a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ html {
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
} }
#noVNC_control_bar .noVNC_button:not(:disabled):hover { #noVNC_control_bar .noVNC_button:not(:disabled):hover {
background-color: rgba(255, 255, 255, 0.2); background-color: rgba(155, 155, 255, 0.2);
} }
#noVNC_control_bar .noVNC_button:not(:disabled):active { #noVNC_control_bar .noVNC_button:not(:disabled):active {
padding-top: 5px; padding-top: 5px;