搜尋 Mozilla 技術支援網站

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

了解更多

my icons only still displays text for customizing my bookmarks toolbar,why?

  • 2 回覆
  • 2 有這個問題
  • 10 次檢視
  • 最近回覆由 cor-el

more options

when I try to customise my bookmarks toolbar to show only icons, it still displays icons and text. Can you tell me why?

when I try to customise my bookmarks toolbar to show only icons, it still displays icons and text. Can you tell me why?

所有回覆 (2)

more options

The customization of toolbars only apply to items in toolbars. Bookmarks are not considered as items.

more options

You can add code to userChrome.css below the @namespace line.

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

#personal-bookmarks .toolbarbutton-text {display:none!important}


See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files


You can also look at these extensions:

由 cor-el 於 修改