changed icon of stacked glyphs to white instead of main bg

This commit is contained in:
Tobias Hagemann
2019-08-30 10:23:38 +02:00
parent 57553bbda1
commit 33252c1775
6 changed files with 8 additions and 8 deletions

View File

@@ -112,8 +112,8 @@
-fx-fill: TEXT_FILL;
}
.glyph-icon-main-bg {
-fx-fill: MAIN_BG;
.glyph-icon-white {
-fx-fill: white;
}
.glyph-icon-primary {

View File

@@ -112,8 +112,8 @@
-fx-fill: TEXT_FILL;
}
.glyph-icon-main-bg {
-fx-fill: MAIN_BG;
.glyph-icon-white {
-fx-fill: white;
}
.glyph-icon-primary {

View File

@@ -26,7 +26,7 @@
<Insets topRightBottomLeft="24"/>
</VBox.margin>
<Circle styleClass="glyph-icon-primary" radius="36"/>
<FontAwesome5IconView styleClass="glyph-icon-main-bg" glyph="CHECK" glyphSize="36"/>
<FontAwesome5IconView styleClass="glyph-icon-white" glyph="CHECK" glyphSize="36"/>
</StackPane>
<FormattedLabel format="%addvaultwizard.success.nextStepsInstructions" arg1="${controller.vault.displayableName}" wrapText="true" textAlignment="LEFT" HBox.hgrow="ALWAYS"/>

View File

@@ -27,7 +27,7 @@
<Insets topRightBottomLeft="12"/>
</VBox.margin>
<Circle styleClass="glyph-icon-primary" radius="24"/>
<FontAwesome5IconView styleClass="glyph-icon-main-bg" glyph="QUESTION" glyphSize="24"/>
<FontAwesome5IconView styleClass="glyph-icon-white" glyph="QUESTION" glyphSize="24"/>
</StackPane>
<Label text="%removeVault.information" wrapText="true" textAlignment="LEFT" HBox.hgrow="ALWAYS"/>

View File

@@ -28,7 +28,7 @@
<Insets topRightBottomLeft="12"/>
</VBox.margin>
<Circle styleClass="glyph-icon-primary" radius="24"/>
<FontAwesome5IconView styleClass="glyph-icon-main-bg" glyph="CHECK" glyphSize="24"/>
<FontAwesome5IconView styleClass="glyph-icon-white" glyph="CHECK" glyphSize="24"/>
</StackPane>
<FormattedLabel format="%unlock.success.message" arg1="${controller.vault.displayableName}" wrapText="true" textAlignment="LEFT" HBox.hgrow="ALWAYS"/>

View File

@@ -29,7 +29,7 @@
<children>
<StackPane alignment="CENTER">
<Circle styleClass="glyph-icon-primary" radius="16"/>
<FontAwesome5IconView styleClass="glyph-icon-main-bg" glyph="${controller.glyph}" HBox.hgrow="NEVER" glyphSize="16"/>
<FontAwesome5IconView styleClass="glyph-icon-white" glyph="${controller.glyph}" HBox.hgrow="NEVER" glyphSize="16"/>
</StackPane>
<VBox spacing="4" HBox.hgrow="ALWAYS">
<HBox spacing="12">