1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 15:02:27 +02:00

allowed+blocked cells color

Add a color for allowed+blocked cells in colorblind mode
This commit is contained in:
WyohKnott 2015-04-22 18:15:46 +02:00
parent 78ad7929a6
commit 7275d9d0ff

View File

@ -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 {