mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-10 19:22:04 -08:00
Fix: Fully Color - At placespopup separator #516
This commit is contained in:
parent
87d7b47ccb
commit
3fda00e12c
2 changed files with 5 additions and 2 deletions
|
|
@ -1293,7 +1293,8 @@
|
|||
--panel-background: var(--menu-background-color) !important;
|
||||
--panel-border-color: var(--menu-border-color) !important;
|
||||
}
|
||||
html#main-window menupopup:not(.in-menulist) menuseparator {
|
||||
html#main-window menupopup:not(.in-menulist):not([placespopup]) menuseparator,
|
||||
html#main-window menupopup:not(.in-menulist)[placespopup] menuseparator::before {
|
||||
border-top: 1px solid var(--menu-border-color) !important;
|
||||
}
|
||||
html#main-window menupopup:not(.in-menulist) menu[disabled="true"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue