Skip to content

Instantly share code, notes, and snippets.

@shaneriley
Created November 8, 2013 14:01
Show Gist options
  • Save shaneriley/7371446 to your computer and use it in GitHub Desktop.
Save shaneriley/7371446 to your computer and use it in GitHub Desktop.
Reset search inputs
input[type="search"]
-webkit-appearance: none
-moz-appearance: none
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration
display: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment