Skip to content

Instantly share code, notes, and snippets.

@jacobian
Created October 14, 2013 20:01
Show Gist options
  • Save jacobian/6981301 to your computer and use it in GitHub Desktop.
Save jacobian/6981301 to your computer and use it in GitHub Desktop.
Remove Firefox bookmark toolbar icons
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#PlacesToolbarItems .bookmark-item .toolbarbutton-icon {
display:none !important
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment