mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix: Context menu - transparent background color at hover #1102
This commit is contained in:
parent
392556235f
commit
5c818fc1cb
3 changed files with 0 additions and 7 deletions
4
css/leptonChrome.css
generated
4
css/leptonChrome.css
generated
|
|
@ -1920,7 +1920,6 @@
|
||||||
> .menu-iconic-icon {
|
> .menu-iconic-icon {
|
||||||
background-color: var(--menuitem-hover-background-color) !important;
|
background-color: var(--menuitem-hover-background-color) !important;
|
||||||
}
|
}
|
||||||
html#main-window menupopup #context-navigation > .menuitem-iconic[_moz-menuactive="true"],
|
|
||||||
html#main-window
|
html#main-window
|
||||||
menupopup
|
menupopup
|
||||||
#context-navigation
|
#context-navigation
|
||||||
|
|
@ -1967,7 +1966,6 @@
|
||||||
> .menu-iconic-icon {
|
> .menu-iconic-icon {
|
||||||
background-color: var(--menuitem-hover-background-color) !important;
|
background-color: var(--menuitem-hover-background-color) !important;
|
||||||
}
|
}
|
||||||
html#main-window menupopup #context-navigation > .menuitem-iconic[_moz-menuactive="true"],
|
|
||||||
html#main-window
|
html#main-window
|
||||||
menupopup
|
menupopup
|
||||||
#context-navigation
|
#context-navigation
|
||||||
|
|
@ -16090,7 +16088,6 @@
|
||||||
> .menu-iconic-icon {
|
> .menu-iconic-icon {
|
||||||
background-color: var(--menuitem-hover-background-color) !important;
|
background-color: var(--menuitem-hover-background-color) !important;
|
||||||
}
|
}
|
||||||
html#main-window menupopup #context-navigation > .menuitem-iconic[_moz-menuactive="true"],
|
|
||||||
html#main-window
|
html#main-window
|
||||||
menupopup
|
menupopup
|
||||||
#context-navigation
|
#context-navigation
|
||||||
|
|
@ -16136,7 +16133,6 @@
|
||||||
> .menu-iconic-icon {
|
> .menu-iconic-icon {
|
||||||
background-color: var(--menuitem-hover-background-color) !important;
|
background-color: var(--menuitem-hover-background-color) !important;
|
||||||
}
|
}
|
||||||
html#main-window menupopup #context-navigation > .menuitem-iconic[_moz-menuactive="true"],
|
|
||||||
html#main-window
|
html#main-window
|
||||||
menupopup
|
menupopup
|
||||||
#context-navigation
|
#context-navigation
|
||||||
|
|
|
||||||
2
css/leptonChromeESR.css
generated
2
css/leptonChromeESR.css
generated
|
|
@ -2145,7 +2145,6 @@
|
||||||
> .menu-iconic-icon {
|
> .menu-iconic-icon {
|
||||||
background-color: var(--menuitem-hover-background-color) !important;
|
background-color: var(--menuitem-hover-background-color) !important;
|
||||||
}
|
}
|
||||||
html#main-window menupopup #context-navigation > .menuitem-iconic[_moz-menuactive="true"],
|
|
||||||
html#main-window
|
html#main-window
|
||||||
menupopup
|
menupopup
|
||||||
#context-navigation
|
#context-navigation
|
||||||
|
|
@ -2193,7 +2192,6 @@
|
||||||
> .menu-iconic-icon {
|
> .menu-iconic-icon {
|
||||||
background-color: var(--menuitem-hover-background-color) !important;
|
background-color: var(--menuitem-hover-background-color) !important;
|
||||||
}
|
}
|
||||||
html#main-window menupopup #context-navigation > .menuitem-iconic[_moz-menuactive="true"],
|
|
||||||
html#main-window
|
html#main-window
|
||||||
menupopup
|
menupopup
|
||||||
#context-navigation
|
#context-navigation
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,6 @@ html#main-window menupopup:not(.in-menulist) {
|
||||||
background-color: var(--menuitem-hover-background-color) !important;
|
background-color: var(--menuitem-hover-background-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&,
|
|
||||||
&[disabled="true"] > .menu-iconic-left > .menu-iconic-icon {
|
&[disabled="true"] > .menu-iconic-left > .menu-iconic-icon {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue