mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-29 21:51:23 -08:00
Fix: Fully Color - Context menu's around backgorund color padding #401
This commit is contained in:
parent
e5ef2475ec
commit
d79cc9effc
2 changed files with 4 additions and 2 deletions
|
|
@ -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"]),
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue