Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

top left of screen orange with "firefox" and a down arrow; how do I go back to original firefox symbol

  • 1 odpověď
  • 1 má tento problém
  • 4 zobrazení
  • Poslední odpověď od cor-el

more options

I want to get back the firefox earth looking thing I used to have instead of the orange "firefox" with the down arrow. thanks

I want to get back the firefox earth looking thing I used to have instead of the orange "firefox" with the down arrow. thanks

Všechny odpovědi (1)

more options

Add code to the userChrome.css file below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#appmenu-toolbar-button {list-style-image: url("chrome://branding/content/icon16.png")}
#appmenu-toolbar-button > .toolbarbutton-text {display:none!important}