Disabled-Input-Auto-Field-Input-Background-Color

Disabled Input Auto Field Input Background Color

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #424959; /* text-color */
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 50px 50px #fff; /*  bg color */
}