From 8b28262fe7138f254bb6dd15dc18d60b971d7075 Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 13 Nov 2017 20:42:35 +0300 Subject: [PATCH] emphasize disableAll mode: make the label red and bold fixes #227 which is quite typical for new users --- popup/popup.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/popup/popup.css b/popup/popup.css index 50807b4d..21482997 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -88,6 +88,11 @@ body.blocked > DIV { text-decoration: line-through; } +#installed.disabled + .actions #disableAll-label { + font-weight: bold; + color: firebrick; +} + #installed .actions { cursor: default; }