aboutsummaryrefslogtreecommitdiffstats
path: root/src/css
diff options
context:
space:
mode:
authorWyohKnott <clare.tor86@gmail.com>2015-04-22 19:57:11 +0200
committerWyohKnott <clare.tor86@gmail.com>2015-04-22 19:57:11 +0200
commit62257801ca8fc230c252e547968348144cdd500d (patch)
tree91a186382416da4e670838d1fc55b3822764c2e1 /src/css
parent7275d9d0ff25dbb82fcc8d9af13296c4af460485 (diff)
downloaduBlock-62257801ca8fc230c252e547968348144cdd500d.zip
uBlock-62257801ca8fc230c252e547968348144cdd500d.tar.gz
uBlock-62257801ca8fc230c252e547968348144cdd500d.tar.bz2
Revert "allowed+blocked cells color"
This reverts commit 7275d9d0ff25dbb82fcc8d9af13296c4af460485.
Diffstat (limited to 'src/css')
-rw-r--r--src/css/popup.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/css/popup.css b/src/css/popup.css
index 1272346..4ff2c7d 100644
--- a/src/css/popup.css
+++ b/src/css/popup.css
@@ -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 {