Skip to content

Instantly share code, notes, and snippets.

@reinh
Created May 11, 2010 18:02
Show Gist options
  • Save reinh/397611 to your computer and use it in GitHub Desktop.
Save reinh/397611 to your computer and use it in GitHub Desktop.
button, a.button {
background: #DDD -moz-linear-gradient(top, #EEE, #CCC);
background: #DDD -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#CCC));
border: 1px solid #DDD;
border-color: #FFF #AAA #AAA #FFF;
color: #666;
cursor: pointer;
font-size: 0.9em;
line-height: 1.5em;
margin:0;
padding: 0 .5em;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment