소스 검색

fixing input autocomplete bg color

BuildTools 3 년 전
부모
커밋
5b8919c740
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      style.css

+ 3 - 1
style.css

@@ -62,7 +62,9 @@ input, select {
     -moz-appearance: none;
     appearance: none;
 }
-
+input:-webkit-autofill {
+    -webkit-box-shadow: 0 0 0 30px #f1f1f1 inset;
+}
 .container {
     background-color:white;
     width: 65%;