mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 11:22:38 +01:00
Fix the noop transparency in colorblind mode
This commit is contained in:
parent
62257801ca
commit
92ada0dd04
@ -370,6 +370,9 @@ body.dirty #refresh:hover {
|
|||||||
#firewallContainer > div > span.nRule {
|
#firewallContainer > div > span.nRule {
|
||||||
background-color: rgba(96, 96, 96, 0.3);
|
background-color: rgba(96, 96, 96, 0.3);
|
||||||
}
|
}
|
||||||
|
#firewallContainer.colorBlind > div > span.nRule {
|
||||||
|
background-color: rgba(96, 96, 96, 0.4);
|
||||||
|
}
|
||||||
#firewallContainer > div > span.ownRule {
|
#firewallContainer > div > span.ownRule {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user