From cfa32110fa52bf6564b69d2a4984ce5446b2bf9d Mon Sep 17 00:00:00 2001 From: Jatin Mehta Date: Thu, 7 Nov 2024 23:32:43 +0530 Subject: [PATCH 1/2] fix(jans-casa): primary button not changing color when customized via custom branding plugin Signed-off-by: Jatin Mehta --- .../app/src/main/resources/css-component-rules.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jans-casa/app/src/main/resources/css-component-rules.properties b/jans-casa/app/src/main/resources/css-component-rules.properties index db4ea60401f..eb2256faad3 100644 --- a/jans-casa/app/src/main/resources/css-component-rules.properties +++ b/jans-casa/app/src/main/resources/css-component-rules.properties @@ -18,11 +18,11 @@ linkButton=pa0 bw0 br0 blue hover-dark-blue underline-hover bg-transparent btn c deleteButton=f7 bw0 br1 ph2 pv1 red bg-washed-red hover-white hover-bg-light-red btn cust-delete-button -primaryButton=btn f7 border-0 rounded-0 px-3 py-2 bg-success text-white hover-bg-success hover-text-white cust-primary-button me-3 +primaryButton=f7 border-0 rounded-0 px-3 py-2 bg-bsgreen-success text-white hover-bg-success hover-text-white cust-primary-button me-3 secondaryButton=f7 bw0 br1 ph3 pv2 bg-orange2 white hover-bg-orange2 hover-white btn cust-misc-button -tertiaryButton=btn f7 border-0 rounded-0 px-3 py-2 bg-moon-gray hover-bg-moon-gray hover-dark-blue text-dark-blue cust-cancel-button z-button +tertiaryButton=f7 border-0 rounded-0 px-3 py-2 bg-moon-gray hover-bg-moon-gray hover-dark-blue text-dark-blue cust-cancel-button z-button textInput=f7-cust ph2 pv1 ba br1 b--black-20 dark-gray text-field cust-text-input From 2bdb775fe8851e7583137480715765fc9cd4318c Mon Sep 17 00:00:00 2001 From: Jatin Mehta Date: Fri, 8 Nov 2024 23:40:13 +0530 Subject: [PATCH 2/2] fix requested changes Signed-off-by: Jatin Mehta --- .../app/src/main/resources/css-component-rules.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jans-casa/app/src/main/resources/css-component-rules.properties b/jans-casa/app/src/main/resources/css-component-rules.properties index eb2256faad3..6c626af6c3d 100644 --- a/jans-casa/app/src/main/resources/css-component-rules.properties +++ b/jans-casa/app/src/main/resources/css-component-rules.properties @@ -20,9 +20,9 @@ deleteButton=f7 bw0 br1 ph2 pv1 red bg-washed-red hover-white hover-bg-light-red primaryButton=f7 border-0 rounded-0 px-3 py-2 bg-bsgreen-success text-white hover-bg-success hover-text-white cust-primary-button me-3 -secondaryButton=f7 bw0 br1 ph3 pv2 bg-orange2 white hover-bg-orange2 hover-white btn cust-misc-button +secondaryButton=f7 bw0 br1 ph3 pv2 bg-orange2 white hover-bg-orange2 hover-white cust-misc-button -tertiaryButton=f7 border-0 rounded-0 px-3 py-2 bg-moon-gray hover-bg-moon-gray hover-dark-blue text-dark-blue cust-cancel-button z-button +tertiaryButton=f7 border-0 rounded-0 px-3 py-2 bg-moon-gray hover-bg-moon-gray hover-dark-blue text-dark-blue cust-cancel-button textInput=f7-cust ph2 pv1 ba br1 b--black-20 dark-gray text-field cust-text-input