mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
Minor color adjustment
This commit is contained in:
parent
4c51e595b1
commit
6802e6d32f
1 changed files with 1 additions and 4 deletions
|
@ -415,9 +415,6 @@ body.advancedUser #firewallContainer.colorBlind > div > span.blockRule {
|
|||
background-color: rgba(0, 19, 110, 0.4);
|
||||
}
|
||||
body.advancedUser #firewallContainer > div > span.noopRule {
|
||||
background-color: rgba(108, 108, 108, 0.3);
|
||||
}
|
||||
body.advancedUser #firewallContainer.colorBlind > div > span.noopRule {
|
||||
background-color: rgba(96, 96, 96, 0.4);
|
||||
}
|
||||
body.advancedUser #firewallContainer > div > span.ownRule {
|
||||
|
@ -436,7 +433,7 @@ body.advancedUser #firewallContainer.colorBlind > div > span.blockRule.ownRule {
|
|||
background-color: rgba(0, 19, 110, 1);
|
||||
}
|
||||
body.advancedUser #firewallContainer > div > span.noopRule.ownRule {
|
||||
background-color: rgba(108, 108, 108, 1);
|
||||
background-color: rgba(96, 96, 96, 1);
|
||||
}
|
||||
|
||||
#actionSelector {
|
||||
|
|
Loading…
Reference in a new issue