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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -