Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

How do I change the firefox orange tab to another colour?

  • 2 Mbohovái
  • 11 oguereko ko apañuãi
  • 3 Hecha
  • Mbohovái ipaháva cor-el

more options

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...

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...

Opaite Mbohovái (2)

more options

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.

more options

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; }