From 1c616ee9fc372e90a47db77a111bd56a2d66af4e Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 9 Feb 2015 15:24:01 -0500 Subject: [PATCH] this fixes #745 --- src/css/popup.css | 19 +++++++++++++++++-- src/popup.html | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index 58378c74d..4f7b2ac7a 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -89,7 +89,7 @@ p { margin: 8px 0; } #switch .fa { - color: green; + color: #000; cursor: pointer; font-size: 96px; margin: 0; @@ -97,7 +97,7 @@ p { #switch .fa:hover { opacity: 0.9; } -#switch.off .fa { +body.off #switch .fa { color: #ccc; } #switch-hint { @@ -281,3 +281,18 @@ body.dirty #refresh:hover { #dynamicFilteringContainer span.bRule #actionSelector > span:nth-of-type(3) { visibility: hidden; } + +#offOverlay { + background-color: #fff; + bottom: 0; + display: none; + left: 0; + opacity: 0.4; + pointer-events: none; + position: absolute; + right: 0; + top: 0; + } +body.off #offOverlay { + display: block; + } diff --git a/src/popup.html b/src/popup.html index d2769321e..1b8026b0e 100644 --- a/src/popup.html +++ b/src/popup.html @@ -35,7 +35,7 @@
- +