mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-15 11:20:32 -07:00
Fix: Theme - Fully color's separator #516
This commit is contained in:
parent
6187d01df7
commit
9204e1c2f1
2 changed files with 2 additions and 2 deletions
|
|
@ -1294,7 +1294,7 @@
|
|||
--panel-border-color: var(--menu-border-color) !important;
|
||||
}
|
||||
html#main-window menupopup:not(.in-menulist) menuseparator {
|
||||
border-top: 1px solid var(--menu-border-color);
|
||||
border-top: 1px solid var(--menu-border-color) !important;
|
||||
}
|
||||
html#main-window menupopup:not(.in-menulist) menu[disabled="true"],
|
||||
html#main-window menupopup:not(.in-menulist) menu[_moz-menuactive="true"][disabled="true"],
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ html#main-window menupopup:not(.in-menulist) {
|
|||
--panel-border-color: var(--menu-border-color) !important;
|
||||
|
||||
menuseparator {
|
||||
border-top: 1px solid var(--menu-border-color);
|
||||
border-top: 1px solid var(--menu-border-color) !important;
|
||||
}
|
||||
|
||||
menu,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue