搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Hide Menu bar - lost close, minimize, fullscreen Button

  • 2 个回答
  • 1 人有此问题
  • 8 次查看
  • 最后回复者为 CK-PROM

more options

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:

  1. 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?

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?

所有回复 (2)

more options

Hi, there is no need to use css to hide the menu bar, just right click in the tab bar - but not on a tab and deselect Menu Bar, that way it won't have the possibility of breakage with new updates. If you really want to hide it using userChrome.css the best place to ask for help is this dedicated site https://old.reddit.com/r/FirefoxCSS/

If your question is resolved by this or another answer, please help other users by marking the best reply as Solved. Thank you!

more options

Thanks for your reply but we need to hide the menu bar automatily and not per user manualy I will try on reddit to find someone who can help me