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

Revert "allowed+blocked cells color"

This reverts commit 7275d9d0ff.
This commit is contained in:
WyohKnott 2015-04-22 19:57:11 +02:00
parent 7275d9d0ff
commit 62257801ca

View File

@ -353,10 +353,6 @@ 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 {