Apr 16, 2014

Styling input buttons for iPad and iPhone

I'm using CSS to to style the input buttons on my website, but on iOS devices the styling is replaced by Mac's default buttons. Is there a way to style buttons for iOS, or a way to maybe make a hyperlink that behaves like a submit button?

ANSWER :

-webkit-appearance: none;

SOURCE

No comments: