
How do I change the firefox orange tab to another colour?
I would like to change the firefox tab colour. I did find an app that does this but I'd like to find out of firefox has its own setting first... I don't mean text colour or the colour of things on web sites, I just mean the tab on the menu...
All Replies (2)
This addon is for you:
https://addons.mozilla.org/en-US/firefox/addon/app-button-color/
thank you
Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.
I use code in userChrome.css to remove the Firefox text and change that button in the Firefox logo.
#appmenu-toolbar-button { list-style-image: url("chrome://branding/content/icon16.png"); } #appmenu-toolbar-button > .toolbarbutton-text { display: none!important; }