Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS上textarea有内阴影的感觉 但无法用样式去掉 #2

Open
lzf0402 opened this issue Jul 29, 2014 · 1 comment
Open

IOS上textarea有内阴影的感觉 但无法用样式去掉 #2

lzf0402 opened this issue Jul 29, 2014 · 1 comment

Comments

@lzf0402
Copy link

lzf0402 commented Jul 29, 2014

UI上看起来textarea有内阴影的情况 但是怎么设置box-shadow:none;都无法去掉
可以试试用-webkit-appearance: none;

可能原因:用了jqueryMobile.css 不确定

@amibug
Copy link

amibug commented Feb 5, 2015

-webkit-appearance: none;
-webkit-box-shadow: 0 0 8px #000000;
box-shadow: 0 0 8px #000000;
ios input元素会有很多默认样式,需要覆盖。比如input[type="radio"] input[type="checkbox"] 会有border和border-radius

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants