
How to remove all buttons using userchrome.css
Hi,
i am customizing firefox to roll out across our business and I want it as stripped out as possible.
The only things I havent been able to remove are the 5 buttons in the top right hand corner of the screen (Bookmark this page, Show your bookmarks, Display progress of downloads, home, and settings).
Can anyone help please?
Thanks, Adam
Zgjidhje e zgjedhur
Hi,
Thanks for the response.
I actually did it by using lock pref in mozilla.cfg and specifiying the value for browser.uiCustomization.state
Lexojeni këtë përgjigje brenda kontekstit 👍 0Krejt Përgjigjet (3)
removed the main menu using the below code - just need help getting rid of the bookmarks/downloads/home page icons now :)
- PanelUI-menu-button { display: none !important; }
Do you have further questions or were you able to find the IDs of all toolbar buttons?
#PanelUI-menu-button #bookmarks-menu-button #downloads-button #home-button
Zgjidhja e Zgjedhur
Hi,
Thanks for the response.
I actually did it by using lock pref in mozilla.cfg and specifiying the value for browser.uiCustomization.state