mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-07 15:20:33 +00:00
9 lines
376 B
CSS
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;
|
||
|
}
|