css - Iphone input fields showing inner shadow -
i using input[type="text"] or input[type="password"] in html, when test code on iphone, there showing small inner shadow @ top. have tried box-shadow: none;
try code
input[type="text"], input[type="password"]:-webkit-appearance: none;
Comments
Post a Comment