Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone web app - type=text inner shadow issue

Tags:

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

like image 669
Marcin Avatar asked May 15 '10 09:05

Marcin


1 Answers

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.

like image 166
sirhc Avatar answered Sep 19 '22 20:09

sirhc