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 {