Skip to content

Instantly share code, notes, and snippets.

@siggiarni
Created April 14, 2014 10:29
Show Gist options
  • Save siggiarni/10635944 to your computer and use it in GitHub Desktop.
Save siggiarni/10635944 to your computer and use it in GitHub Desktop.
input[type=search] {
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button
{
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment