Skip to content

Instantly share code, notes, and snippets.

@bjornjohansen
Created April 2, 2012 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjornjohansen/2282981 to your computer and use it in GitHub Desktop.
Save bjornjohansen/2282981 to your computer and use it in GitHub Desktop.
/*
* Removes inner padding and search cancel button in S5, Chrome on OS X
*/
input[type="text"], input[type="email"], input[type="password"],
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