2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-07 15:20:33 +00:00
steffen-dotfiles/firefox/userChrome.css
Steffen Rademacker 1e117d85e4 stuff
2015-04-01 22:54:39 +02:00

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;
}