Created
September 9, 2013 07:41
-
-
Save vdchristelle/6492551 to your computer and use it in GitHub Desktop.
turn off iPhone/Safari input element rounding
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
| //----------------------------------------------// | |
| //---- input rounded corners on iPad/Safari ----// | |
| //----------------------------------------------// | |
| // turn off iPhone/Safari input element rounding | |
| input { -webkit-appearance: none; border-radius: 0; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment