From bd62c35461e012067848789c6533053a4e66cae7 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Mon, 15 Jun 2026 20:27:41 +0200 Subject: [PATCH] adasd --- .../kusche-desktop/login/resources/css/desktop-kusche.css | 6 ++++++ public/assets/auth/login.css | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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; }