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

+/- symbols in df cells white when they should be

This commit is contained in:
Chris 2015-03-25 23:07:06 -05:00
parent f88144860e
commit e8d54ac58c

View File

@ -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);