Skip to content

Instantly share code, notes, and snippets.

@jonhainstock
Last active January 20, 2016 15:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jonhainstock/5869203 to your computer and use it in GitHub Desktop.
Save jonhainstock/5869203 to your computer and use it in GitHub Desktop.
Basecamp Inspired Bootstrap Button
.btn-basecamp {
background-image: none;
background: #fff;
border: 1px solid #ccc;
-webkit-box-shadow: 0px 1px 0px #ddd;
-moz-box-shadow: 0px 1px 0px #ddd;
box-shadow: 0px 1px 0px #ddd;
}
.btn-basecamp:hover {
background: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment