Skip to content

Instantly share code, notes, and snippets.

@rtgibbons
Created April 17, 2014 18:18
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 rtgibbons/11002591 to your computer and use it in GitHub Desktop.
Save rtgibbons/11002591 to your computer and use it in GitHub Desktop.
Using FF 29+ with Classic Theme Restorer Square Tabs (australized), updating bookmark bar to match
/* ----- BOOKMARK BUTTONS ----- */
toolbarbutton.bookmark-item:not(.subviewbutton):not(#bookmarks-menu-button),
#personal-bookmarks[cui-areatype="toolbar"]:not([overflowedItem=true]) > #bookmarks-toolbar-placeholder {
border: 0;
border-radius: 2.5px !important;
padding: 1px 8px !important;
margin: 0 0 1px;
font-weight: bold;
color: rgb(85, 85, 85);
}
#personal-bookmarks .toolbarbutton-icon {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment