开发者

How can I remove the border style from a text input on mobile safari?

开发者 https://www.devze.com 2023-01-01 13:39 出处:网络
If I have a normalinput element it will show a rounded border with what appears to be an inset shadow.

If I have a normal input element it will show a rounded border with what appears to be an inset shadow.

Any ideas how开发者_如何转开发 I can remove this shadow?


Try

-webkit-appearance: none;


If you just want to remove the blue border use this: -webkit-focus-ring-color: none

0

精彩评论

暂无评论...
验证码 换一张
取 消