Remove duplicate opacity for :disable

The control bar buttons can fall back on the :disable opacity from
input.css.
This commit is contained in:
Samuel Mannehed 2022-12-09 16:54:07 +01:00
parent da4f3f30ea
commit cc703babcb
1 changed files with 0 additions and 3 deletions

View File

@ -395,9 +395,6 @@ html {
border-color: rgba(0, 0, 0, 0.8);
background-color: rgba(0, 0, 0, 0.5);
}
#noVNC_control_bar .noVNC_button:disabled {
opacity: 0.4;
}
#noVNC_control_bar .noVNC_button:not(:disabled):active {
padding-top: 5px;
padding-bottom: 3px;