Skip to content

Instantly share code, notes, and snippets.

@paularmstrong
Created October 30, 2011 17:36
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 paularmstrong/1326167 to your computer and use it in GitHub Desktop.
Save paularmstrong/1326167 to your computer and use it in GitHub Desktop.
Remove Mobile Safari's flippin' inner shadow on form elements
@media all and (max-device-width: 1024px) {
input, select, textarea, button {
/* Flippin mobile Safari's flippin inner shadow of annoyance */
-webkit-appearance: caret;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment