Skip to content

Instantly share code, notes, and snippets.

@dansimco
Created November 26, 2010 00:22
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 dansimco/716107 to your computer and use it in GitHub Desktop.
Save dansimco/716107 to your computer and use it in GitHub Desktop.
button bullshit
button, .button {
.gloss;
border: 1px solid #333;
border-top: 1px solid #444;
border-bottom: 1px solid #222;
.rounded(3px);
width: 50px;
padding: 8px 0px;
float: left;
margin: 0px 5px 0px 0px;
background-color: #454343;
font-size: 12px;
color: #fff;
text-transform: uppercase;
cursor: pointer;
text-shadow: 0px -1px 0px #000;
// @todo make .inset-shadow mixin
-webkit-box-shadow: inset 0px 0px 1px rgba(255,255,255,0.3);
-moz-box-shadow: inset 0px 0px 1px rgba(255,255,255,0.3);
text-align: center;
white-space: nowrap;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment