Skip to content

Instantly share code, notes, and snippets.

@lutoma
Forked from schacon/facebook-style-buttons.css
Created July 16, 2010 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lutoma/478308 to your computer and use it in GitHub Desktop.
Save lutoma/478308 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