Skip to content

Instantly share code, notes, and snippets.

@paulund
Last active October 12, 2015 07:07
Show Gist options
  • Save paulund/3989397 to your computer and use it in GitHub Desktop.
Save paulund/3989397 to your computer and use it in GitHub Desktop.
Removes inner padding and search cancel button in S5, Chrome on OS X
/*
* Removes inner padding and search cancel button in S5, Chrome on OS X
*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment