|
@@ -38,8 +38,8 @@
|
|
|
<Label labelFor="$reenterPasswordField" text="%changepassword.reenterNewPassword"/>
|
|
|
<SecPasswordField fx:id="reenterPasswordField"/>
|
|
|
<HBox fx:id="passwordMatchBox" spacing="6" alignment="BASELINE_RIGHT">
|
|
|
- <FontAwesome5IconView fx:id="checkmark" styleClass="glyph-icon-secondary" glyph="CHECK"/>
|
|
|
- <FontAwesome5IconView fx:id="cross" styleClass="glyph-icon-secondary" glyph="TIMES"/>
|
|
|
+ <FontAwesome5IconView fx:id="checkmark" styleClass="glyph-icon-primary" glyph="CHECK"/>
|
|
|
+ <FontAwesome5IconView fx:id="cross" styleClass="glyph-icon-red" glyph="TIMES"/>
|
|
|
<Label fx:id="passwordMatchLabel" styleClass="label-secondary" labelFor="$reenterPasswordField"/>
|
|
|
</HBox>
|
|
|
|