Created
July 20, 2017 10:53
-
-
Save X-Raym/10b6efacafcbc7f4f89544c4e5bfaed2 to your computer and use it in GitHub Desktop.
Reset button input form html css style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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