Fix: Fully Color - Context menu's around backgorund color padding #401

This commit is contained in:
alstjr7375 2022-06-06 04:35:02 +09:00
parent e5ef2475ec
commit d79cc9effc
2 changed files with 4 additions and 2 deletions

View file

@ -1222,10 +1222,11 @@
*/
}
/* Fallback background */
/* Fallback background - Set to Legacy. It will be removed Next update
menupopup:not(.cui-widget-panel.cui-widget-panelview, [placespopup="true"]) {
background-color: var(--lwt-accent-color, var(--in-content-page-background)) !important;
}
*/
}
/* Default theme color preservation */
:root[lwtheme-mozlightdark] menupopup:not(#BMB_bookmarksPopup, [placespopup="true"]),

View file

@ -40,10 +40,11 @@ html#main-window menupopup:not(.in-menulist) {
*/
}
/* Fallback background */
/* Fallback background - Set to Legacy. It will be removed Next update
menupopup:not(.cui-widget-panel.cui-widget-panelview, [placespopup="true"]) {
background-color: var(--lwt-accent-color, var(--in-content-page-background)) !important;
}
*/
}
/* Default theme color preservation */