Created
October 6, 2014 10:42
-
-
Save InternetLogic/58a1217b7ba5192d7ae9 to your computer and use it in GitHub Desktop.
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
input[type=number] { | |
-moz-appearance: textfield; | |
} | |
input[type=number]::-webkit-outer-spin-button, | |
input[type=number]::-webkit-inner-spin-button { | |
-webkit-appearance: none; | |
margin: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment