Skip to content

Instantly share code, notes, and snippets.

@mwbrooks
Created February 22, 2011 19:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwbrooks/839216 to your computer and use it in GitHub Desktop.
Save mwbrooks/839216 to your computer and use it in GitHub Desktop.
Remove input field shadow from iOS-Webkit
input[type="text"] {
-webkit-appearance:none; /* Remove default shadow */
border:1px solid black; /* Possibly apply a custom border */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment