Browse Source

fixing input autocomplete bg color

BuildTools 3 years ago
parent
commit
5b8919c740
1 changed files with 3 additions and 1 deletions
  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%;