mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-20 15:11:17 -08:00
Fix: Menu - active color at .in-menulist win10 #362
This commit is contained in:
parent
17cf68cec8
commit
ded4b78baa
2 changed files with 2 additions and 2 deletions
|
|
@ -1188,7 +1188,7 @@
|
|||
}
|
||||
@supports -moz-bool-pref("userChrome.theme.fully_color") {
|
||||
/*== Menu Color ==============================================================*/
|
||||
html#main-window menupopup {
|
||||
html#main-window menupopup:not(.in-menulist) {
|
||||
/* 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;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*== Menu Color ==============================================================*/
|
||||
html#main-window menupopup {
|
||||
html#main-window menupopup:not(.in-menulist) {
|
||||
/* 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue