Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Hide Menu bar - lost close, minimize, fullscreen Button

  • 2 trả lời
  • 1 gặp vấn đề này
  • 10 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (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