开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜