You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thing is, there isn't just one right-click context menu, but several. What menupopup is shown just depends on what you happened to right click on. That's why I'm using a generic menupopup selector. A side-effect is that other menupopups will now also be styled with this, not just right-click menus - this includes things like menus from menubar.
Also, the styling of context-menus is very much platform specific. The above should work on Windows, but it may not work on Linux. On mac it will almost certainly not work because there Firefox uses native context menus which cannot be styled with CSS - I think that might be the case on some Linux systems as well.
Not an issue here I hope. Maybe it's only on my side.
How do I go about making the right-click context-menu the same transparency or similar to the drop-down menu (app-menu/bookmark-menu/etc)?
I've search the most likely css files but can't find the element. Even tried to guess what it would be, ex: #context-menupopup for one, to no avail.
The text was updated successfully, but these errors were encountered: