From e8d54ac58c138c78908f40b511bf9247480c2bd7 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 25 Mar 2015 23:07:06 -0500 Subject: [PATCH] +/- symbols in df cells white when they should be --- src/css/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/popup.css b/src/css/popup.css index aa8ca3b6d..34a8370f7 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -328,7 +328,7 @@ body.dirty #refresh:hover { background-color: rgba(96, 96, 96, 0.3); } #firewallContainer > div > span.ownRule { - color: white; + color: white !important; /* previous definition is slightly more specific */ } #firewallContainer > div > span.aRule.ownRule { background-color: rgba(0, 160, 0, 1);