From cc703babcb1472d23239fe16a7e8213b4870aed8 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 9 Dec 2022 16:54:07 +0100 Subject: [PATCH] Remove duplicate opacity for :disable The control bar buttons can fall back on the :disable opacity from input.css. --- app/styles/base.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/styles/base.css b/app/styles/base.css index 1bf80649..986a6a5f 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -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;