diff --git a/ref-test/admin/static/css/style.css b/ref-test/admin/static/css/style.css index 3ee9baa..7a22f31 100644 --- a/ref-test/admin/static/css/style.css +++ b/ref-test/admin/static/css/style.css @@ -223,6 +223,19 @@ table.dataTable { background-color: unset; } +/* Change Autocomplete styles in Chrome*/ +input:-webkit-autofill, +input:-webkit-autofill:hover, +input:-webkit-autofill:focus, +textarea:-webkit-autofill, +textarea:-webkit-autofill:hover, +textarea:-webkit-autofill:focus, +select:-webkit-autofill, +select:-webkit-autofill:hover, +select:-webkit-autofill:focus { + transition: background-color 5000s ease-in-out 0s; +} + /* Fallback for Edge -------------------------------------------------- */ @supports (-ms-ime-align: auto) {