mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-21 20:21:27 +00:00
added color to icon in password match label [ci skip]
This commit is contained in:
@@ -116,10 +116,6 @@
|
||||
-fx-fill: TEXT_FILL;
|
||||
}
|
||||
|
||||
.glyph-icon-white {
|
||||
-fx-fill: white;
|
||||
}
|
||||
|
||||
.glyph-icon-primary {
|
||||
-fx-fill: PRIMARY_BG;
|
||||
}
|
||||
@@ -128,6 +124,14 @@
|
||||
-fx-fill: SECONDARY_BG;
|
||||
}
|
||||
|
||||
.glyph-icon-white {
|
||||
-fx-fill: white;
|
||||
}
|
||||
|
||||
.glyph-icon-red {
|
||||
-fx-fill: RED_5;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* Main Window *
|
||||
|
||||
@@ -116,10 +116,6 @@
|
||||
-fx-fill: TEXT_FILL;
|
||||
}
|
||||
|
||||
.glyph-icon-white {
|
||||
-fx-fill: white;
|
||||
}
|
||||
|
||||
.glyph-icon-primary {
|
||||
-fx-fill: PRIMARY_BG;
|
||||
}
|
||||
@@ -128,6 +124,14 @@
|
||||
-fx-fill: SECONDARY_BG;
|
||||
}
|
||||
|
||||
.glyph-icon-white {
|
||||
-fx-fill: white;
|
||||
}
|
||||
|
||||
.glyph-icon-red {
|
||||
-fx-fill: RED_5;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* Main Window *
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
<Label text="%addvaultwizard.new.reenterPassword" labelFor="$reenterField"/>
|
||||
<SecPasswordField fx:id="reenterField"/>
|
||||
<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="$reenterField"/>
|
||||
</HBox>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user