This commit is contained in:
Raymond Hill 2017-06-24 15:43:08 -04:00
parent a10e1ca444
commit afa7995d7d
1 changed files with 6 additions and 1 deletions

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;