Remove textarea inner shadow on Mobile Safari (iPhone)

Lyon picture Lyon · Jun 17, 2010 · Viewed 96.8k times · Source

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 have a white background.

Answer

Lyon picture Lyon · Jun 20, 2010

By adding this css style:

-webkit-appearance: none;