mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 09:31:01 +01:00
fix #2730
This commit is contained in:
parent
a10e1ca444
commit
afa7995d7d
1 changed files with 6 additions and 1 deletions
|
@ -157,9 +157,14 @@ body.colorBlind #netInspector tr.nooped {
|
|||
body.colorBlind #netInspector tr.allowed {
|
||||
background-color: rgba(255, 194, 57, 0.1)
|
||||
}
|
||||
#netInspector tr.cosmetic, #netInspector tr.redirect {
|
||||
#netInspector tr.cosmetic,
|
||||
#netInspector tr.redirect {
|
||||
background-color: rgba(255, 255, 0, 0.1);
|
||||
}
|
||||
body.colorBlind #netInspector tr.cosmetic,
|
||||
body.colorBlind #netInspector tr.redirect {
|
||||
background-color: rgba(0, 19, 110, 0.1);
|
||||
}
|
||||
#netInspector tr.maindoc {
|
||||
background-color: #666;
|
||||
color: white;
|
||||
|
|
Loading…
Reference in a new issue