Skip to content

Instantly share code, notes, and snippets.

@christaggart
Created April 11, 2012 20:18
Show Gist options
  • Save christaggart/2362163 to your computer and use it in GitHub Desktop.
Save christaggart/2362163 to your computer and use it in GitHub Desktop.
.primary_button { -moz-box-shadow:inset 0px 1px 0px 0px #fbafe3; -webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3; box-shadow:inset 0px 1px 0px 0px #fbafe3;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef61a9), color-stop(1, #bf3179) );
background:-moz-linear-gradient( center top, #ef61a9 5%, #bf3179 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef61a9', endColorstr='#bf3179');
background-color:#ef61a9; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
border:1px solid #ff88ca; display:inline-block; color:#ffffff; font-family:arial; font-size:16px; font-weight:normal; padding:13px 10px; text-decoration:none; text-shadow:0px 1px 0px #c70067; cursor:pointer; }
.primary_button:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dd579a), color-stop(1, #b32d70) );
background:-moz-linear-gradient( center top, #dd579a 5%, #b32d70 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd579a', endColorstr='#b32d70');
background-color:#dd579a;cursor:pointer; }
.primary_button:active { position:relative; top:1px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment