Created
November 17, 2017 18:33
-
-
Save alireza-saberi/44b90f8c17ed352de6277ff8c812c77b to your computer and use it in GitHub Desktop.
input box style in ios
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 { | |
-webkit-appearance: none; | |
-moz-appearance: none; | |
appearance: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment