방명록
- [CSS] input 자동 완성 폰트 색 변경2023년 02월 14일 11시 42분 02초에 업로드 된 글입니다.작성자: DandyNow728x90반응형
input 자동완성 입력 시 배경색과 글자색이 비슷해서 구분이 잘 가지 않았다. 그래서 아래의 CSS 코드를 추가하여 자동완성 폰트 색상을 변경하였다.
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 0 1000px #161010 inset !important; -webkit-text-fill-color: #fff !important; }
728x90반응형'언어·프레임워크 > HTML·CSS' 카테고리의 다른 글
[CSS] 스마트폰에서 AR 카메라 꽉찬 화면으로 보기! (1) 2023.11.02 [CSS] Tailwind에서 중첩된 CSS가 감지되었다는 경고 : Nested CSS was detected... (0) 2023.10.27 [HTML] 당신이 잘 모르는 8가지 HTML 팁 - 번역 (0) 2022.12.11 [Bootstrap] SearchBar components 배치 방법 (0) 2022.11.14 [CSS] 가로/세로 중앙-가운데-정렬(Tailwind 추가) (0) 2022.11.03 다음글이 없습니다.이전글이 없습니다.댓글