mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue