Skip to content

Instantly share code, notes, and snippets.

@X-Raym
Created July 20, 2017 10:53
Show Gist options
  • Select an option

  • Save X-Raym/10b6efacafcbc7f4f89544c4e5bfaed2 to your computer and use it in GitHub Desktop.

Select an option

Save X-Raym/10b6efacafcbc7f4f89544c4e5bfaed2 to your computer and use it in GitHub Desktop.
Reset button input form html css style
//https://stackoverflow.com/questions/11053516/css-styling-for-a-button-using-input-type-button-instead-of-button
element {
border:none;
background-image:none;
background-color:transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment