Fix: Fully Color - At placespopup separator #516

This commit is contained in:
alstjr7375 2022-11-28 08:51:24 +09:00
parent 87d7b47ccb
commit 3fda00e12c
2 changed files with 5 additions and 2 deletions

View file

@ -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"],