From 7275d9d0ff25dbb82fcc8d9af13296c4af460485 Mon Sep 17 00:00:00 2001 From: WyohKnott Date: Wed, 22 Apr 2015 18:15:46 +0200 Subject: [PATCH] allowed+blocked cells color Add a color for allowed+blocked cells in colorblind mode --- src/css/popup.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/popup.css b/src/css/popup.css index 4ff2c7d0b..127234659 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -353,6 +353,10 @@ body.dirty #refresh:hover { #firewallContainer.minimized > div.isDomain.totalAllowed.totalBlocked > span:nth-of-type(1):before { background-color: rgb(192, 160, 0); } +#firewallContainer.colorBlind > div.allowed.blocked > span:nth-of-type(1):before, +#firewallContainer.colorBlind.minimized > div.isDomain.totalAllowed.totalBlocked > span:nth-of-type(1):before { + background-color: rgb(153, 124, 78); + } /* Rule cells */ #firewallContainer > div > span.aRule {