Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@DHS
Created July 14, 2010 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save DHS/475326 to your computer and use it in GitHub Desktop.
Save DHS/475326 to your computer and use it in GitHub Desktop.
How to style buttons like Facebook
/* Facebook-style buttons by @DHS */
.inputbutton {
background: #3b5998;
color: white;
padding: 2px 18px 3px 18px;
border-top: 1px white solid;
border-left: 1px white solid;
border-right: 1px #000033 solid;
border-bottom: 1px #000033 solid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment