Skip to content

Instantly share code, notes, and snippets.

@sogoo
Last active December 11, 2015 18:49
Show Gist options
  • Select an option

  • Save sogoo/4644635 to your computer and use it in GitHub Desktop.

Select an option

Save sogoo/4644635 to your computer and use it in GitHub Desktop.
Auto-Hide Bookmarks Toolbar 4 Firefox
/* Auto-Hide Bookmarks Toolbar for Firefox */
#PersonalToolbar {
visibility: collapse !important;
}
#navigator-toolbox:hover > #PersonalToolbar {
visibility: visible !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment