box shadow on an ipad / safari

前端 未结 3 2078
星月不相逢
星月不相逢 2021-02-07 12:12

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         


        
3条回答
  •  醉话见心
    2021-02-07 12:47

    I have the same problem but I found the solution:

    -webkit-appearance: none;
    

    However it does not work when there is an inset shadow.

提交回复
热议问题