Skip to content

Instantly share code, notes, and snippets.

@matthiaswenz
Last active December 18, 2015 17:59
Show Gist options
  • Save matthiaswenz/5822041 to your computer and use it in GitHub Desktop.
Save matthiaswenz/5822041 to your computer and use it in GitHub Desktop.
User Stylesheet entry to make 37signals' launchbar in Basecamp (BCX) a little easier on the eyes.
#launchbar {
opacity: 0.1;
-webkit-transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
}
#launchbar:hover {
opacity: 1.0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment