



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
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; }
Excellent, just what I was looking for!
Excellent work.