Skip to content

Instantly share code, notes, and snippets.

@twidi
Created January 18, 2012 16:25
Show Gist options
  • Save twidi/1633847 to your computer and use it in GitHub Desktop.
Save twidi/1633847 to your computer and use it in GitHub Desktop.
CSS to reset input and buttons to be "neutral" (to make a button like a link, for example)
button.reset, input.reset {
border: none;
background: transparent;
cursor: pointer;
margin: 0;
padding: 0;
text-align: left;
border-radius: 0;
box-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment