开发者

iOS CSS shading issue

开发者 https://www.devze.com 2023-02-07 08:48 出处:网络
How do I remove the shading on a button on iPad. The standard submit button when colored and with rounded corners has a gradient that is automatically applied. I\'ve searched all over, but can\'t 开发

How do I remove the shading on a button on iPad. The standard submit button when colored and with rounded corners has a gradient that is automatically applied. I've searched all over, but can't 开发者_C百科seem to get rid of it! :(


Try:

-webkit-appearance: none;

Of course, you will need to add your own css styles to make it look like a button.

0

精彩评论

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