From 0d4e1b01e3e82ace7f7438a754235a009036b90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Wed, 11 Jun 2025 11:00:33 +0200 Subject: [PATCH] fix(nubus): Update CSS for login screen to show login button for federated IdP --- helmfile/environments/default/images.yaml.gotmpl | 2 +- helmfile/files/theme/portal/stylesheet.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/helmfile/environments/default/images.yaml.gotmpl b/helmfile/environments/default/images.yaml.gotmpl index 7109cda9..ebfc7367 100644 --- a/helmfile/environments/default/images.yaml.gotmpl +++ b/helmfile/environments/default/images.yaml.gotmpl @@ -530,7 +530,7 @@ images: # upstreamRepository: "bmi/opendesk/components/platform-development/images/opendesk-nubus" registry: "registry.opencode.de" repository: "bmi/opendesk/components/platform-development/images/opendesk-nubus" - tag: "1.14.1@sha256:84f90d460de5bc40c7a43971f8d47253a184338aa804bff295e350913eb9bc65" + tag: "1.14.4@sha256:cf0e22c1eef138a413a90a60c5405126dc769195dd4dd37229a27afaa82ef3b3" nubusOpendeskExtensionA2gMapper: # providerCategory: "Platform" # providerResponsible: "openDesk" diff --git a/helmfile/files/theme/portal/stylesheet.css b/helmfile/files/theme/portal/stylesheet.css index c59b659a..e61b7719 100644 --- a/helmfile/files/theme/portal/stylesheet.css +++ b/helmfile/files/theme/portal/stylesheet.css @@ -145,6 +145,13 @@ color: var(--color-opendesk-white) !important; } +#social-sso-federation-idp { + margin: 0; + color: var(--color-opendesk-white); + background-color: var(--pf-c-button--m-primary--BackgroundColor); + border-radius: var(--border-radius-interactable, 0.25rem); +} + #kc-login:hover, #kc-logout:hover, #saveTOTPBtn:hover,