Saved Username and Password Not Visible on Login Page Load

This commit is contained in:
Kartik sharma 2025-07-08 13:34:30 +05:30 committed by pramod mahajan
parent 59190cf086
commit f7ea1aa60a

View File

@ -8966,10 +8966,8 @@ a:not([href]):hover {
} }
/* Autofill input bg and text color issue on different OS and browsers */ /* Autofill input bg and text color issue on different OS and browsers */
input:-webkit-autofill,
input:-webkit-autofill:hover, input:-webkit-autofill:hover,
input:-webkit-autofill:focus, input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover, textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill,
@ -8978,6 +8976,15 @@ select:-webkit-autofill:focus,
input:-internal-autofill-selected { input:-internal-autofill-selected {
background-clip: text !important; background-clip: text !important;
} }
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
box-shadow: 0 0 0px 1000px white inset !important;
-webkit-text-fill-color: #000 !important;
caret-color: #000 !important;
transition: background-color 5000s ease-in-out 0s;
}
h1, h1,
.h1 { .h1 {