Tobias Hagemann 5 лет назад
Родитель
Сommit
af89cee619

+ 0 - 4
main/ui/src/main/resources/css/dark_theme.css

@@ -141,10 +141,6 @@
 	-fx-fill: RED_5;
 }
 
-.glyph-icon-orange {
-	-fx-fill: ORANGE_5;
-}
-
 /*******************************************************************************
  *                                                                             *
  * Main Window                                                                 *

+ 0 - 4
main/ui/src/main/resources/css/light_theme.css

@@ -141,10 +141,6 @@
 	-fx-fill: RED_5;
 }
 
-.glyph-icon-orange {
-	-fx-fill: ORANGE_5;
-}
-
 /*******************************************************************************
  *                                                                             *
  * Main Window                                                                 *

+ 1 - 1
main/ui/src/main/resources/fxml/quit.fxml

@@ -23,7 +23,7 @@
 	<children>
 		<HBox spacing="12" alignment="CENTER_LEFT" VBox.vgrow="ALWAYS">
 			<StackPane alignment="CENTER" HBox.hgrow="NEVER">
-				<Circle styleClass="glyph-icon-orange" radius="24"/>
+				<Circle styleClass="glyph-icon-primary" radius="24"/>
 				<FontAwesome5IconView styleClass="glyph-icon-white" glyph="QUESTION" glyphSize="24"/>
 			</StackPane>
 			<Label text="%quit.prompt" wrapText="true" textAlignment="LEFT" HBox.hgrow="ALWAYS"/>

+ 1 - 1
main/ui/src/main/resources/fxml/remove_vault.fxml

@@ -22,7 +22,7 @@
 	<children>
 		<HBox spacing="12" alignment="CENTER_LEFT" VBox.vgrow="ALWAYS">
 			<StackPane alignment="CENTER" HBox.hgrow="NEVER">
-				<Circle styleClass="glyph-icon-orange" radius="24"/>
+				<Circle styleClass="glyph-icon-primary" radius="24"/>
 				<FontAwesome5IconView styleClass="glyph-icon-white" glyph="QUESTION" glyphSize="24"/>
 			</StackPane>
 			<Label text="%removeVault.information" wrapText="true" textAlignment="LEFT" HBox.hgrow="ALWAYS"/>

+ 1 - 1
main/ui/src/main/resources/fxml/wrongfilealert.fxml

@@ -22,7 +22,7 @@
 	<children>
 		<HBox spacing="12" alignment="CENTER_LEFT" VBox.vgrow="ALWAYS">
 			<StackPane alignment="CENTER" HBox.hgrow="NEVER">
-				<Circle styleClass="glyph-icon-orange" radius="24"/>
+				<Circle styleClass="glyph-icon-primary" radius="24"/>
 				<FontAwesome5IconView styleClass="glyph-icon-white" glyph="QUESTION" glyphSize="24"/>
 			</StackPane>
 			<Label text="%wrongFileAlert.information" wrapText="true" textAlignment="LEFT" HBox.hgrow="ALWAYS"/>