2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-07 15:20:33 +00:00
steffen-dotfiles/firefox/userChrome.css

9 lines
376 B
CSS
Raw Normal View History

2015-04-01 20:54:39 +00:00
@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;
}