mirror of https://github.com/gorhill/uBlock.git
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;
|
max-height: 20vh;
|
||||||
}
|
}
|
||||||
#netFilteringDialog > .preview > span {
|
#netFilteringDialog > .preview > span {
|
||||||
background-color: white;
|
background-color: var(--surface-3);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0.5em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#netFilteringDialog > .headers {
|
#netFilteringDialog > .headers {
|
||||||
|
|
Loading…
Reference in New Issue