Bookmarks toolbar - icons only with favicon

Bookmarks toolbar - icons only with favicon
552
*****
By ChoGGi
Last updated Sep 02 2008
32 installs this week, 666 total.

if a bookmark doesn't have a favicon it shows the label
if it has a favicon it doesn't show the label

http://userstyles.org/forum/comments.php?DiscussionID=18

Firefox - Hide Default favicons (hides default favicons for urlbar and tabs)

Update:
updated for ff3

Install options

Feedback

Reviews

pyhedgehog said on Sep 02 2008

Update for FF3:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#bookmarks-ptf toolbarbutton:not([container="true"]) label,
#bookmarksBarContent toolbarbutton:not([container="true"]) label
{ display: none !important; }
#bookmarks-ptf toolbarbutton:not([container="true"]):hover label,
#bookmarksBarContent toolbarbutton:not([container="true"]):hover label
{ display: block !important; } *****

Jonneh said on May 10 2008

Excellent, just what I was looking for! *****

rayan said on Jul 23 2007

Excellent work. *****