Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
input:-webkit-autofill{ box-shadow:inset 0 0 0 1000px #fff; }
@-webkit-keyframes autofill { to { color: #000; background: transparent; } } input:-webkit-autofill { -webkit-animation-name: autofill; -webkit-animation-fill-mode: both; }
input { background: url(#) 98% 50% no-repeat; }
почта: <input name="email" autocomplete="off">
autocomplete="off"
autocomplete="new-password"
input:-webkit-autofill { transition: all 5000s ease-in-out; }