Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში. აქ არავინ უნდა მოგთხოვოთ ტელეფონზე დარეკვა, შეტყობინების გაგზავნა ან პირადი მონაცემების გაზიარება. რამე საეჭვოს შემჩნევისას გთხოვთ გვაცნობოთ „დარღვევის მოხსენებით“.

ვრცლად

Icons Only On Bookmarks Toolbar

  • 1 პასუხი
  • 5 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 5 ნახვა
  • ბოლოს გამოეხმაურა cor-el

How can I just have Icons only on my bookmarks toolbar? I have it selected in "Customise", but they still show as Icons & Text.

FF3.6 was fine, but since upgrading to FF4, I can't seem to get it to work.

How can I just have Icons only on my bookmarks toolbar? I have it selected in "Customise", but they still show as Icons & Text. FF3.6 was fine, but since upgrading to FF4, I can't seem to get it to work.

ყველა პასუხი (1)

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; }