I\'m having trouble adding the nice shadow on focus for an input box on my ipad for safari.
Here\'s my code
/* remember to define focus styles! */ :focus
I have the same problem but I found the solution:
-webkit-appearance: none;
However it does not work when there is an inset shadow.