Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

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

  • 1 ответ
  • 1 имеет эту проблему
  • 3 просмотра
  • Последний ответ от 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

Все ответы (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}