Styling input buttons for iPad and iPhone
You may be looking for
-webkit-appearance: none;
- Safari CSS notes on
-webkit-appearance
- Mozilla Developer Network's
-moz-appearance
Please add this css code
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}