diff --git a/CopyToKeycloak/theme/kusche-desktop/login/resources/css/desktop-kusche.css b/CopyToKeycloak/theme/kusche-desktop/login/resources/css/desktop-kusche.css index de1d5873..daf47f47 100644 --- a/CopyToKeycloak/theme/kusche-desktop/login/resources/css/desktop-kusche.css +++ b/CopyToKeycloak/theme/kusche-desktop/login/resources/css/desktop-kusche.css @@ -185,6 +185,12 @@ body > main { .kb-text-input:focus { border-color: rgba(255, 255, 255, 0.26); background: rgba(213, 223, 193, 0.62) !important; + color: #111827 !important; +} + +.kb-text-input:not(:placeholder-shown) { + background: rgba(213, 223, 193, 0.62) !important; + color: #111827 !important; } .kb-text-input::placeholder { diff --git a/public/assets/auth/login.css b/public/assets/auth/login.css index e12df9f5..0c8b0d4e 100644 --- a/public/assets/auth/login.css +++ b/public/assets/auth/login.css @@ -189,13 +189,13 @@ body { .login-field input:focus, .login-field textarea:focus { border-color: rgba(255, 255, 255, 0.26); - background: #ffffff; + background: rgba(213, 223, 193, 0.62); color: #111827; } .login-field input:not(:placeholder-shown), .login-field textarea:not(:placeholder-shown) { - background: #ffffff; + background: rgba(213, 223, 193, 0.62); color: #111827; }