搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

  • 1 回覆
  • 1 有這個問題
  • 11 次檢視
  • 最近回覆由 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}