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
In my case, setting border-radius solved my problem.
border-radius: 1px;