*
Disable inner shadows on iPad inputs
Shaun Inman found out that you can disable the default inner shadow on search inputs on the iPad with
-webkit-appearance: caret;
This is something I’ve been searching for a while. Don’t know why Apple added this at all!!
2010-07-19
Tweet this