1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-19 03:05:22 +02:00
This commit is contained in:
Raymond Hill 2017-06-24 15:43:08 -04:00
parent a10e1ca444
commit afa7995d7d

View File

@ -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;