mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 06:50:33 -08:00
Fix: Menupopup - Color for shadow root
This commit is contained in:
parent
96269cbdb9
commit
b6306a0802
1 changed files with 2 additions and 1 deletions
|
|
@ -85,7 +85,8 @@
|
|||
*/
|
||||
|
||||
/*== Menu color ===========================================================*/
|
||||
:root {
|
||||
:root,
|
||||
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(--toolbar-color) !important;
|
||||
--menu-background-color: var(--toolbar-bgcolor) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue