Skip to content

Instantly share code, notes, and snippets.

@gifnksm
Created February 2, 2010 23:10
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 gifnksm/293152 to your computer and use it in GitHub Desktop.
Save gifnksm/293152 to your computer and use it in GitHub Desktop.
ブックマークツールバーのテキストラベルを隠すユーザースタイル
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#bookmarksBarContent toolbarbutton:not([container="true"]) label {
display: none !important;
}
#bookmarksBarContent toolbarbutton:not([container="true"]) image {
margin: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment