This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 4_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 9280d26e18c10b99bcb7017d056847178731deea
Author: Matteo Tatoni <[email protected]>
AuthorDate: Sat Jun 27 07:30:29 2026 +0200

    Fix close button double icon (#1441)
---
 .../main/resources/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 5021748816..ee108e97a1 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%;

Reply via email to