mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Raise opacity of void rows in logger
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/2064
This commit is contained in:
parent
3c52e75863
commit
070706c7ea
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ body[dir="rtl"] #netInspector #filterExprPicker {
|
|||
color: #008;
|
||||
}
|
||||
#vwRenderer .logEntry > div.voided {
|
||||
opacity: 0.3;
|
||||
opacity: 0.5;
|
||||
}
|
||||
#vwRenderer .logEntry > div.voided:hover {
|
||||
opacity: 0.7;
|
||||
|
|
Loading…
Reference in a new issue