From fe0dede96748a796eba75334ac2f0fc9eebb35e7 Mon Sep 17 00:00:00 2001 From: TatoniMatteo Date: Fri, 26 Jun 2026 18:05:45 +0200 Subject: [PATCH] Fix close button double icon --- .../META-INF/resources/ui-commons/css/syncopeUI.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss b/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss index 5021748816d..ee108e97a13 100644 --- a/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss +++ b/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss @@ -1303,6 +1303,10 @@ select[name=rowsChooser] { background-color: #ffffff!important; } +.btn-close{ + background: transparent; +} + @media screen and (max-width: 500px) { .realm-choice #realm-choice-field{ width: 100%;