Finesse log in form css

This commit is contained in:
Vivek Santayana 2021-12-07 12:39:29 +00:00
parent a35d0ef7f1
commit 3c9fcae9f8

View File

@ -223,6 +223,19 @@ table.dataTable {
background-color: unset; 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 /* Fallback for Edge
-------------------------------------------------- */ -------------------------------------------------- */
@supports (-ms-ime-align: auto) { @supports (-ms-ime-align: auto) {