Created
July 7, 2015 12:28
-
-
Save reynish/3cce6af13c8909a34a5b to your computer and use it in GitHub Desktop.
Remove webkit date input spinners
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=date]::-webkit-inner-spin-button, | |
input[type=date]::-webkit-outer-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