mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-20 15:11:17 -08:00
Fix: Menu - None main-window color
`html#main-window` to exist colored `--arrowpanel-color` & `--arrowpanel-background`
This commit is contained in:
parent
9a0b31ae03
commit
a8ae461a96
1 changed files with 3 additions and 3 deletions
|
|
@ -306,7 +306,7 @@
|
|||
}
|
||||
|
||||
/*== Menu color ===========================================================*/
|
||||
menupopup {
|
||||
html#main-window menupopup {
|
||||
/* is same as toolbar color https://github.com/mozilla/gecko-dev/blob/master/toolkit/themes/windows/global/global.css#L17-L67 */
|
||||
--menu-color: var(--arrowpanel-color, var(--in-content-page-color)) !important;
|
||||
--menu-background-color: var(--arrowpanel-background, var(--in-content-button-background)) !important;
|
||||
|
|
@ -325,8 +325,8 @@
|
|||
|
||||
/* Default theme color preservation */
|
||||
:root[lwtheme-mozlightdark] menupopup {
|
||||
--menu-color: var(--toolbar-color) !important;
|
||||
--menu-background-color: var(--toolbar-bgcolor) !important;
|
||||
--menu-color: var(--toolbar-color, var(--in-content-page-color)) !important;
|
||||
--arrowpanel-background: var(--toolbar-bgcolor, var(--in-content-button-background)) !important; /* --menu-background-color */
|
||||
}
|
||||
|
||||
/* Fully Dark Mode **********************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue