mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-21 20:21:27 +00:00
changed icon of stacked glyphs to white instead of main bg
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user