Created
October 30, 2011 17:36
-
-
Save paularmstrong/1326167 to your computer and use it in GitHub Desktop.
Remove Mobile Safari's flippin' inner shadow on form elements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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