Fixed: Totem CHoice fxml and controller labels color
This commit is contained in:
@@ -41,13 +41,11 @@
|
||||
<!-- Banner turno -->
|
||||
<Label fx:id="turnBanner" maxWidth="640" wrapText="true" textAlignment="CENTER"
|
||||
style="-fx-font-family: 'Cinzel'; -fx-font-size: 12; -fx-letter-spacing: 3;
|
||||
-fx-padding: 10 28 10 28; -fx-background-radius: 3; -fx-border-radius: 3;">
|
||||
-fx-padding: 10 28 10 28; -fx-background-radius: 3; -fx-border-radius: 3;
|
||||
-fx-background-color: linear-gradient(to right, #f4c05a, #c8791a, #f4c05a)">
|
||||
<VBox.margin><Insets bottom="20"/></VBox.margin>
|
||||
</Label>
|
||||
|
||||
<Label text="Pre game totem choosing stage"
|
||||
style="-fx-font-family: 'Cinzel'; -fx-font-size: 10; -fx-text-fill: #9a5c14;
|
||||
-fx-letter-spacing: 5;"/>
|
||||
|
||||
<Label text="Choice your totem"
|
||||
style="-fx-font-family: 'Cinzel Decorative'; -fx-font-size: 30; -fx-font-weight: bold;
|
||||
@@ -65,11 +63,6 @@
|
||||
<VBox.margin><Insets bottom="18"/></VBox.margin>
|
||||
</HBox>
|
||||
|
||||
<Label fx:id="selectedLabel" text=""
|
||||
style="-fx-font-family: 'Cinzel'; -fx-font-size: 10; -fx-text-fill: rgba(200,120,20,0.75);
|
||||
-fx-letter-spacing: 3;">
|
||||
<VBox.margin><Insets bottom="10"/></VBox.margin>
|
||||
</Label>
|
||||
|
||||
<Button fx:id="confirmButton" text="CONFIRM" onAction="#onConfirm" disable="true"
|
||||
style="-fx-font-family: 'Cinzel'; -fx-font-size: 12; -fx-font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user