Created
June 15, 2018 13:49
-
-
Save alegut/deaa6db7b0c3c23e5cfaf1cfdf128edc to your computer and use it in GitHub Desktop.
Hide AM/PM in input type="time"
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
input[type=time]::-webkit-datetime-edit-ampm-field { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment