You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
376 B
CSS

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Hide Favicons for the bookmarks menubar */
#PlacesToolbarItems .bookmark-item:not([type="menu"]) .toolbarbutton-icon,
#PlacesToolbarItems .bookmark-item[type="menu"] .toolbarbutton-icon,
#personal-bookmarks .bookmark-item:not([container]) .toolbarbutton-icon {
display: none !important;
}