Created
October 11, 2015 18:18
-
-
Save superfine/b11b467e57f82f664651 to your computer and use it in GitHub Desktop.
enable default HTML5 search-input
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
/* enable default HTML5 search-input */ | |
input[type="search"] { | |
-webkit-appearance: searchfield; | |
} | |
/* enable default HTML5 search-input */ | |
input[type="search"]::-webkit-search-cancel-button { | |
-webkit-appearance: searchfield-cancel-button; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment