M1ch431/FirefoxW10ContextMenus

Context menu is transparent after latest FF update

Closed this issue · 3 comments

After the latest firefox updates, the context menu went completely transparent, making the context menu unreadable at most occasions.

Examples from Firefox Developer Edition 72.0b2

firefox_ewmlKf1giM
firefox_WDcjMfsQag
firefox_idbkmsIg5x

Sorry for the late response. I assume this is a Firefox bug, but on my end I fixed it by toggling the dark and light modes in the Settings application while Firefox is open.
I use this on Firefox Nightly and no updates so far have broken it (they are usually only transparent for me when I try this out with a fresh installation of Windows and a fresh profile of Firefox).

Some people report that not working, so you can do this in the meantime (assuming you want the dark theme):
Remove the @media (prefers-color-scheme: light) section (all lines 16-27), and delete line 3 and its brackets (line 4 and 14).

Neither of those seemed to work for me, broke with FF72.

Commenting the @namespace line will solve the issue.