Skip to content

Instantly share code, notes, and snippets.

@schacon
Forked from DHS/Facebook-style buttons
Created July 14, 2010 18:42
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save schacon/475837 to your computer and use it in GitHub Desktop.
Save schacon/475837 to your computer and use it in GitHub Desktop.
/* 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