mirror of https://github.com/gorhill/uBlock.git
Fix unthemed dark mode style
Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/discussions/1963#discussioncomment-2303987
This commit is contained in:
parent
15624e5deb
commit
25fe95eb89
|
@ -582,13 +582,16 @@ body[dir="rtl"] #netFilteringDialog > .headers > .tools {
|
|||
left: 0;
|
||||
}
|
||||
#netFilteringDialog > .headers > .tools > span {
|
||||
color: var(--ink-4);
|
||||
fill: var(--ink-4);
|
||||
cursor: pointer;
|
||||
font-size: 1.5em;
|
||||
padding: 0 0.25em;
|
||||
text-align: center;
|
||||
}
|
||||
#netFilteringDialog > .headers > .tools > span:hover {
|
||||
background-color: #eee;
|
||||
color: var(--ink-1);
|
||||
fill: var(--ink-1);
|
||||
}
|
||||
#netFilteringDialog.extendedRealm > .headers > .dynamic,
|
||||
#netFilteringDialog.extendedRealm > .panes > .dynamic {
|
||||
|
|
Loading…
Reference in New Issue