Skip to content

Instantly share code, notes, and snippets.

@ap
Created December 1, 2008 13:17
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 ap/30724 to your computer and use it in GitHub Desktop.
Save ap/30724 to your computer and use it in GitHub Desktop.
Use Unsorted folder icon for ★ folders in FF3
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.bookmark-item[container="true"][label="★"] {
list-style-image: url('chrome://browser/skin/places/unsortedBookmarks.png') !important;
-moz-image-region: rect(0px 16px 16px 0px) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment