From cf6242779d60a8d50cb73d1637315e050b4026fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D0=B8=D0=BC=D1=83=D1=80=20=D0=A4=D0=B0=D0=B9=D0=B7?= =?UTF-8?q?=D1=83=D0=BB=D0=BB=D0=B8=D0=BD?= Date: Sun, 17 May 2026 20:50:28 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Api/wwwroot/css/auth.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Api/wwwroot/css/auth.css b/Api/wwwroot/css/auth.css index 4f91d2a..7849ca3 100644 --- a/Api/wwwroot/css/auth.css +++ b/Api/wwwroot/css/auth.css @@ -199,6 +199,30 @@ button { font-size: 20px; font-weight: 400; } +.auth-field input:-webkit-autofill, +.auth-field input:-webkit-autofill:hover, +.auth-field input:-webkit-autofill:focus, +.auth-field input:-webkit-autofill:active { + -webkit-text-fill-color: #ffffff; + caret-color: #ffffff; + + box-shadow: 0 0 0 1000px var(--panel) inset; + -webkit-box-shadow: 0 0 0 1000px var(--panel) inset; + + border: 0; + transition: background-color 9999s ease-in-out 0s; +} + +.auth-field:has(input:-webkit-autofill) { + background: transparent; + border-color: var(--field-line); +} + +.auth-field input:autofill { + color: #ffffff; + background: transparent; + caret-color: #ffffff; +} .auth-field input::placeholder { color: white;