added separate definition for green tones used for password strength indicator

This commit is contained in:
Tobias Hagemann
2022-05-23 13:39:07 +02:00
parent 15e46f8ca5
commit 47f7c437fe
2 changed files with 8 additions and 5 deletions
+4 -2
View File
@@ -42,6 +42,8 @@
GRAY_8: #E1E1E1;
GRAY_9: #F7F7F7;
GREEN_3: PRIMARY_D1;
GREEN_5: PRIMARY;
RED_5: #E74C3C;
ORANGE_5: #E67E22;
YELLOW_5: #F1C40F;
@@ -425,11 +427,11 @@
}
.password-strength-indicator.strength-3 .segment.active {
-fx-background-color: PRIMARY;
-fx-background-color: GREEN_5;
}
.password-strength-indicator.strength-4 .segment.active {
-fx-background-color: PRIMARY_D1;
-fx-background-color: GREEN_3;
}
/*******************************************************************************