summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-12-09 16:54:07 +0100
committerSamuel Mannehed <samuel@cendio.se>2022-12-12 15:31:00 +0100
commitcc703babcb1472d23239fe16a7e8213b4870aed8 (patch)
tree8c5abeb860fdbf25ddc5b62c57fdd6299a0dcb12
parentda4f3f30ea882b44022efbdb1b6536e11f363a2b (diff)
downloadnovnc-cc703babcb1472d23239fe16a7e8213b4870aed8.tar.gz
Remove duplicate opacity for :disable
The control bar buttons can fall back on the :disable opacity from input.css.
-rw-r--r--app/styles/base.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/styles/base.css b/app/styles/base.css
index 1bf8064..986a6a5 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;