Skip to content

Instantly share code, notes, and snippets.

@zargony
Created March 28, 2024 10:46
Show Gist options
  • Save zargony/b4c473ae6ae52cc1bb1df40996116ee5 to your computer and use it in GitHub Desktop.
Save zargony/b4c473ae6ae52cc1bb1df40996116ee5 to your computer and use it in GitHub Desktop.
Hide Firefox bookmark toolbar folder icons
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* hide icons for bookmark folders in toolbar, but not in dropdown menus */
#personal-bookmarks toolbarbutton.bookmark-item {
margin-left: 15px !important;
}
#personal-bookmarks toolbarbutton.bookmark-item[type="menu"] .toolbarbutton-icon {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment