Прозрачныйфонприавтозаполнении输入

css
阅读 38 收藏 0 点赞 0 评论 0

webkit-input
/* Если включено автозаполнение 
<input type="text" autocomplete="on | off">
<input type="password" autocomplete="on | off">
<input type="email" autocomplete="on | off">
<input type="search" autocomplete="on | off">
<input type="url" autocomplete="on | off">
<input type="tel" autocomplete="on | off">

то можно сделать фон прозрачным

Больше: https://webagility.com/posts/the-ultimate-list-of-hacks-for-chromes-forced-yellow-background-on-autocompleted-inputs
*/
.company-search input {
    border: 1px solid black;
    background-color: transparent;
}

.company-search input:-webkit-autofill,
.company-search input:-webkit-autofill:hover,
.company-search input:-webkit-autofill:focus,
.company-search input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号