본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Hide Menu bar - lost close, minimize, fullscreen Button

  • 2 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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