input field에 자동입력이나 텍스트를 입력한 경우

webkit 기반 브라우저에서는 기본적으로 컬러가 지정되어 깔린다.

이를 초기화 활 수 있는 코드를 알려준다.



input:-webkit-autofill,

input:-webkit-autofill:hover,

input:-webkit-autofill:focus,

input:-webkit-autofill:active {

    transition: background-color 5000s ease-in-out 0s;

}


DONE!

+ Recent posts