mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 18:50:52 -08:00
Clean: Prettified Code!
This commit is contained in:
parent
666fd94785
commit
329b395ec4
1 changed files with 7 additions and 3 deletions
|
|
@ -2246,7 +2246,9 @@
|
||||||
) !important;
|
) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
menuitem[type="checkbox"]:not([disabled="true"]):hover:active > .menu-iconic-left[checked="true"] > .menu-iconic-icon {
|
menuitem[type="checkbox"]:not([disabled="true"]):hover:active
|
||||||
|
> .menu-iconic-left[checked="true"]
|
||||||
|
> .menu-iconic-icon {
|
||||||
background-color: var(
|
background-color: var(
|
||||||
--checkbox-checked-active-bgcolor,
|
--checkbox-checked-active-bgcolor,
|
||||||
color-mix(in srgb, currentColor 25%, -moz-accent-color)
|
color-mix(in srgb, currentColor 25%, -moz-accent-color)
|
||||||
|
|
@ -2269,7 +2271,9 @@
|
||||||
fill: var(--checkbox-checked-color, -moz-accent-color-foreground) !important;
|
fill: var(--checkbox-checked-color, -moz-accent-color-foreground) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
menuitem[type="checkbox"]:not([disabled="true"]):hover:active > .menu-iconic-left[checked="true"] > .menu-iconic-icon,
|
menuitem[type="checkbox"]:not([disabled="true"]):hover:active
|
||||||
|
> .menu-iconic-left[checked="true"]
|
||||||
|
> .menu-iconic-icon,
|
||||||
menuitem[type="checkbox"]:not([disabled="true"]):hover > .menu-iconic-left[checked="true"] > .menu-iconic-icon {
|
menuitem[type="checkbox"]:not([disabled="true"]):hover > .menu-iconic-left[checked="true"] > .menu-iconic-icon {
|
||||||
color: var(--checkbox-checked-border-color-hover, -moz-accent-color-foreground) !important;
|
color: var(--checkbox-checked-border-color-hover, -moz-accent-color-foreground) !important;
|
||||||
fill: var(--checkbox-checked-border-color-hover, -moz-accent-color-foreground) !important;
|
fill: var(--checkbox-checked-border-color-hover, -moz-accent-color-foreground) !important;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue