Hide Menu bar - lost close, minimize, fullscreen Button
We want to customize the look & feel from firefox. We are using the userChrome.css file. In the past we used the following entry to hide the menu bar in Firefox: to… (read more)
We want to customize the look & feel from firefox. We are using the userChrome.css file.
In the past we used the following entry to hide the menu bar in Firefox:
- toolbar-menubar
{display: none !important;}
Now on Firefox 78.6 (ESR Release) this works different. The menu bar is hidden but the close Icon (and the minimize/fullscreen Icons) are hidden too.
Is there a way to hide/disable the menu bar but keep these icons/buttons?