1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02: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:
Raymond Hill 2022-02-04 08:24:24 -05:00
parent 5841d74540
commit 020dad8e58
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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 {