Skip to content

Instantly share code, notes, and snippets.

@alireza-saberi
Created November 17, 2017 18:33
Show Gist options
  • Save alireza-saberi/44b90f8c17ed352de6277ff8c812c77b to your computer and use it in GitHub Desktop.
Save alireza-saberi/44b90f8c17ed352de6277ff8c812c77b to your computer and use it in GitHub Desktop.
input box style in ios
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