Mozilla Support में खोजें

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How to hide 'exit firefox' button using userChrome.css?

  • 2 प्रत्युत्तर
  • 1 यह समस्या है
  • 6 views
  • के द्वारा अंतिम प्रतियुतर bluedragon14

more options

I added the "Restart" add-on and want to make sure I don't accidentally click on the 'exit firefox' button in the main firefox menu. What do I need to add to my userChrome.css file to hide the button?

I added the "Restart" add-on and want to make sure I don't accidentally click on the 'exit firefox' button in the main firefox menu. What do I need to add to my userChrome.css file to hide the button?
संलग्न स्क्रीनशॉट

चुने गए समाधान

#PanelUI-quit { display:none !important; }

You can also consider to change the order of those buttons with -moz-box-ordinal-group rules.

#PanelUI-quit
#PanelUI-customize
#PanelUI-help
संदर्भ में यह जवाब पढ़ें 👍 1

All Replies (2)

more options

चयनित समाधान

#PanelUI-quit { display:none !important; }

You can also consider to change the order of those buttons with -moz-box-ordinal-group rules.

#PanelUI-quit
#PanelUI-customize
#PanelUI-help

cor-el द्वारा सम्पादित