Search code examples
iphonecssmobile-webkit

iPhone web app - type=text inner shadow issue


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


Solution

  • 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.