mirror of https://github.com/gorhill/uBlock.git
+/- symbols in df cells white when they should be
This commit is contained in:
parent
f88144860e
commit
e8d54ac58c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue