搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

In Windows I would like to have only text on toolbar bookmarks like Mac

  • 1 个回答
  • 1 人有此问题
  • 32 次查看
  • 最后回复者为 TonyE

more options

I would like to have in the Bookmark toolbar only text (to be more discrete). In the Mac version of Firefox it is like that, but in the Windows version the bookmarks in the toolbar are consistently shown with both icon and text.

There is a choice to be made for the Firefox toolbar whether icons, text or both should be shown for each knob, but for the Bookmarks toolbar I cannot find that.

It is a detail but improves ergonomy for using Bookmarks toolbar.

I run Windows XP SP3 and Mac OS X 10.6.4 respectively

I would like to have in the Bookmark toolbar only text (to be more discrete). In the Mac version of Firefox it is like that, but in the Windows version the bookmarks in the toolbar are consistently shown with both icon and text. There is a choice to be made for the Firefox toolbar whether icons, text or both should be shown for each knob, but for the Bookmarks toolbar I cannot find that. It is a detail but improves ergonomy for using Bookmarks toolbar. I run Windows XP SP3 and Mac OS X 10.6.4 respectively

所有回复 (1)

more options

You can do this by editing a file called userChrome.css inside the chrome folder of your profile folder.

If you have not edited that file before, the links above should help, but also see http://kb.mozillazine.org/Editing_configuration

When you edit that file, add the following lines below the line that starts with @namespace

/* hide bookmark toolbar icon images */
#personal-bookmarks .toolbarbutton-icon {
  display: none !important;
}


There is more information available at http://www.linnhe2.free-online.co.uk/firefox/chrome.html

That site includes further examples of code that you can add to modify Firefox, but not all examples will work with Firefox 3.6.*