CSS submit button weird rendering on iPad/iPhone submit color (ok)

https://stackoverflow.com/questions/5438567/css-submit-button-weird-rendering-on-ipad-iphone

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

Last updated

Was this helpful?