1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Tone down logger visual for tab-less network requests

This commit is contained in:
Raymond Hill 2019-02-05 12:05:00 -05:00
parent 74823f6120
commit 29b10d2151
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -258,7 +258,7 @@ body.colorBlind #netFilteringDialog > .panes > .details > div[data-status="2"] {
background-color: rgba(255, 194, 57, 0.1)
}
#vwRenderer .logEntry > div[data-tabid="-1"] {
text-shadow: 0 0 0.8em #444;
text-shadow: 0 0.2em 0.4em #aaa;
}
#vwRenderer .logEntry > div.cosmetic,
#vwRenderer .logEntry > div.redirect {