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 -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -