Skip to content

Instantly share code, notes, and snippets.

@dctanner
Created July 15, 2011 10:46
Show Gist options
  • Save dctanner/1084465 to your computer and use it in GitHub Desktop.
Save dctanner/1084465 to your computer and use it in GitHub Desktop.
background-color: white;
border: 1px solid;
color: black;
outline: 0;
padding: 8px 7px;
font-size: 0.857em;
height: 35px;
-webkit-appearance: none;
-webkit-box-shadow: 0 1px 2px #DDD inset;
-moz-box-shadow: 0 1px 2px #DDD inset;
-o-box-shadow: 0 1px 2px #DDD inset;
box-shadow: 0 1px 2px #DDD inset;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
border-color: #C2C2C2 #C1C1C1 gainsboro;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment