By default, it seems Mobile Safari adds the top inner shadow to all input fields, including textarea. Is there a way to remove it?
It\'s especially ugly when you hav
By adding this css style:
-webkit-appearance: none;