iPhone web app - type=text inner shadow issue

Marcin picture Marcin · May 15, 2010 · Viewed 15.4k times · Source

I am trying to disable top inner shadow in input=text field which is applied by default by iPhone. Any ideas how to do this? tried to overwrite -webkit-box-shadow with no success.

alt text http://feedsmanagement.com/example.png

cheers

Answer

sirhc picture sirhc · May 15, 2010

Have you tried using -webkit-appearance: none then applying a custom border like border: 1px solid black;

I can't try this out at this moment.