input autocomplete시 배경색 제거하기

broccoli·2021년 5월 7일
0

styles

목록 보기
2/4
post-thumbnail

input에서 autocomplete시에 배경색을 제거하는 css

  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
  }

참고링크

profile
🌃브로콜리한 개발자🌟

0개의 댓글

관련 채용 정보