mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Fix case of unthemed background in logger
Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/discussions/1963#discussioncomment-2110873
This commit is contained in:
parent
5841d74540
commit
020dad8e58
@ -539,9 +539,9 @@ body[dir="rtl"] #modalOverlay > div > div:nth-of-type(2) {
|
||||
max-height: 20vh;
|
||||
}
|
||||
#netFilteringDialog > .preview > span {
|
||||
background-color: white;
|
||||
background-color: var(--surface-3);
|
||||
cursor: pointer;
|
||||
padding: 0.5em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#netFilteringDialog > .headers {
|
||||
|
Loading…
Reference in New Issue
Block a user