From f7ea1aa60a8059cf3a0ff7949b0c122267387fde Mon Sep 17 00:00:00 2001 From: Kartik sharma Date: Tue, 8 Jul 2025 13:34:30 +0530 Subject: [PATCH] Saved Username and Password Not Visible on Login Page Load --- public/assets/vendor/css/core.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/public/assets/vendor/css/core.css b/public/assets/vendor/css/core.css index d7f7cfcb..d95f46c2 100644 --- a/public/assets/vendor/css/core.css +++ b/public/assets/vendor/css/core.css @@ -8966,10 +8966,8 @@ a:not([href]):hover { } /* Autofill input bg and text color issue on different OS and browsers */ -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, @@ -8978,6 +8976,15 @@ select:-webkit-autofill:focus, input:-internal-autofill-selected { 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 {