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

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -