티스토리 뷰
/* Change the color to your own background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
-webkit-transition: background-color 9999s ease-out;
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
-webkit-text-fill-color: #fff !important;
}
참고
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=naan_ace&logNo=221298520291
'WebPublisher' 카테고리의 다른 글
[tip] Noto Sans KR와 Noto Sans CJK KR의 차이 (0) | 2022.01.25 |
---|---|
[css] object-fit, object-position (0) | 2022.01.21 |
[jQuery] accordion 아코디언 구현 (0) | 2021.12.09 |
[php] 메인페이지 유무 판단하는 if 조건문 (0) | 2021.12.09 |
[html] 반응형 meta 태그 (0) | 2021.12.08 |
공지사항