mirror of https://github.com/gorhill/uBlock.git
fix #2730
This commit is contained in:
parent
a10e1ca444
commit
afa7995d7d
|
@ -157,9 +157,14 @@ body.colorBlind #netInspector tr.nooped {
|
||||||
body.colorBlind #netInspector tr.allowed {
|
body.colorBlind #netInspector tr.allowed {
|
||||||
background-color: rgba(255, 194, 57, 0.1)
|
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);
|
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 {
|
#netInspector tr.maindoc {
|
||||||
background-color: #666;
|
background-color: #666;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Reference in New Issue