Last active
July 10, 2019 11:47
-
-
Save inomdzhon/2e2b8421c46a8d53709bf59979b3deb5 to your computer and use it in GitHub Desktop.
This file contains 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
button, | |
html input[type="button"], | |
input[type="reset"] { | |
border: none; | |
-webkit-appearance: none; | |
cursor: pointer; | |
} | |
button[disabled], | |
html input[disabled] { | |
cursor: default; | |
} | |
button::-moz-focus-inner, | |
input::-moz-focus-inner { | |
padding: 0; | |
border: none; | |
} | |
button, | |
select { | |
text-transform: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment