mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix own-rule text color
Related fedback: - https://github.com/gorhill/uBlock/commit/db9c32185538#commitcomment-38818960
This commit is contained in:
parent
d364eb9668
commit
3efee017cf
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ body.advancedUser #firewallContainer > div > span.noopRule,
|
|||
}
|
||||
body.advancedUser #firewallContainer > div > span.ownRule,
|
||||
#firewallContainer > div > span.ownRule {
|
||||
color: var(--bg-popup-cell-block-own);
|
||||
color: var(--default-surface);
|
||||
}
|
||||
body.advancedUser #firewallContainer > div > span.allowRule.ownRule,
|
||||
#actionSelector > #dynaAllow:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue