CSS submit button weird rendering on iPad/iPhone

Francesco picture Francesco · Mar 25, 2011 · Viewed 115.3k times · Source

I noticed that if I style my buttons with CSS using radius, colors and borders, they look good but in the iphone/ipad/ipod they look terrible...shouldn't be the same rendering as in Safari Desktop??

enter image description here

Answer

Francesco picture Francesco · Mar 25, 2011

oops! just found myself: just add this line on any element you need

   -webkit-appearance: none;