1/* Change the white to any color ;) */
2input:-webkit-autofill,
3input:-webkit-autofill:hover,
4input:-webkit-autofill:focus,
5input:-webkit-autofill:active {
6 -webkit-box-shadow: 0 0 0 30px white inset !important;
7}
8
1input:-webkit-autofill,
2input:-webkit-autofill:hover,
3input:-webkit-autofill:focus,
4input:-webkit-autofill:active {
5 -webkit-box-shadow: 0 0 0 30px white inset !important;
6}