Skip to content

Instantly share code, notes, and snippets.

@raster
Created August 9, 2013 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raster/6195176 to your computer and use it in GitHub Desktop.
Save raster/6195176 to your computer and use it in GitHub Desktop.
Hide Bookmark Icons
/* Hide Bookmark Folder Icon */
.bookmark-item[type="menu"] > .toolbarbutton-icon {
display: none !important;
}
/* Remove Bookmark Item Icons */
#personal-bookmarks toolbarbutton:not([type=menu]) image {
display: none !important;
-moz-margin-end: 0px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment