mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Merge pull request #107 from WyohKnott/colorblindness-gorhill
Fix the noop transparency in colorblind mode (was: allowed+blocked cells color)
This commit is contained in:
commit
d141af71ff
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue