Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Can I remove the "favicons" attached to the bookmarks on the bookmarks toolbar?

  • 1 отговор
  • 6 имат този проблем
  • 1 изглед
  • Последен отговор от cor-el

more options

So that I can fit more items onto the bookmark toolbar I would like to eliminate the little icons attached to each bookmark. I understand that these are called favicons. Thanks for any help.

So that I can fit more items onto the bookmark toolbar I would like to eliminate the little icons attached to each bookmark. I understand that these are called favicons. Thanks for any help.

Всички отговори (1)

more options

Add code to userChrome.css below the @namespace line.
See http://kb.mozillazine.org/Editing_configuration

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

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