Skip to content

Instantly share code, notes, and snippets.

@ashby
Created April 30, 2014 21:57
Show Gist options
  • Select an option

  • Save ashby/11439611 to your computer and use it in GitHub Desktop.

Select an option

Save ashby/11439611 to your computer and use it in GitHub Desktop.
CSS: Browser Reset
padding:0 8px;
margin:0;
color:gray;
background:transparent;
resize: none;
font-size:12px;
height: auto;
-webkit-appearance: none;
border-radius:0px;
-webkit-border-radius:0px;
border:0px;
&:focus, &:active{
outline:none;
color:gray;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment