mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Fixed icon backgrounds to be white
#story[1293]
This commit is contained in:
@@ -70,3 +70,7 @@
|
|||||||
.tokenView {
|
.tokenView {
|
||||||
-fx-cursor: hand;
|
-fx-cursor: hand;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tokenGridView StackPane {
|
||||||
|
-fx-background-color: white;
|
||||||
|
}
|
||||||
@@ -110,7 +110,8 @@
|
|||||||
<Insets bottom="15.0" left="7.0" right="7.0" top="15.0" />
|
<Insets bottom="15.0" left="7.0" right="7.0" top="15.0" />
|
||||||
</GridPane.margin>
|
</GridPane.margin>
|
||||||
</AnchorPane>
|
</AnchorPane>
|
||||||
<GridPane prefHeight="370.0" prefWidth="189.0" vgap="5.0">
|
<GridPane prefHeight="370.0" prefWidth="189.0" styleClass="tokenGridView"
|
||||||
|
vgap="5.0">
|
||||||
<children>
|
<children>
|
||||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Tokens"
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Tokens"
|
||||||
GridPane.halignment="CENTER">
|
GridPane.halignment="CENTER">
|
||||||
@@ -131,8 +132,7 @@
|
|||||||
</padding>
|
</padding>
|
||||||
</Label>
|
</Label>
|
||||||
<Pane fx:id="speedTokenPane" prefHeight="999.0"
|
<Pane fx:id="speedTokenPane" prefHeight="999.0"
|
||||||
prefWidth="200.0" style="-fx-border-color: black;"
|
prefWidth="200.0" styleClass="tokenView"/>
|
||||||
styleClass="tokenView"/>
|
|
||||||
</children>
|
</children>
|
||||||
</StackPane>
|
</StackPane>
|
||||||
<StackPane prefHeight="150.0" prefWidth="200.0"
|
<StackPane prefHeight="150.0" prefWidth="200.0"
|
||||||
@@ -148,8 +148,7 @@
|
|||||||
</padding>
|
</padding>
|
||||||
</Label>
|
</Label>
|
||||||
<Pane fx:id="handlingTokenPane" prefHeight="999.0"
|
<Pane fx:id="handlingTokenPane" prefHeight="999.0"
|
||||||
prefWidth="200.0" style="-fx-border-color: black;"
|
prefWidth="200.0" styleClass="tokenView"/>
|
||||||
styleClass="tokenView"/>
|
|
||||||
</children>
|
</children>
|
||||||
</StackPane>
|
</StackPane>
|
||||||
<StackPane prefHeight="150.0" prefWidth="200.0"
|
<StackPane prefHeight="150.0" prefWidth="200.0"
|
||||||
@@ -165,8 +164,7 @@
|
|||||||
</padding>
|
</padding>
|
||||||
</Label>
|
</Label>
|
||||||
<Pane fx:id="windWalkerTokenPane" prefHeight="999.0"
|
<Pane fx:id="windWalkerTokenPane" prefHeight="999.0"
|
||||||
prefWidth="200.0" style="-fx-border-color: black;"
|
prefWidth="200.0" styleClass="tokenView"/>
|
||||||
styleClass="tokenView"/>
|
|
||||||
</children>
|
</children>
|
||||||
</StackPane>
|
</StackPane>
|
||||||
<StackPane prefHeight="150.0" prefWidth="200.0"
|
<StackPane prefHeight="150.0" prefWidth="200.0"
|
||||||
@@ -182,8 +180,7 @@
|
|||||||
</padding>
|
</padding>
|
||||||
</Label>
|
</Label>
|
||||||
<Pane fx:id="bumperTokenPane" prefHeight="999.0"
|
<Pane fx:id="bumperTokenPane" prefHeight="999.0"
|
||||||
prefWidth="200.0" style="-fx-border-color: black;"
|
prefWidth="200.0" styleClass="tokenView"/>
|
||||||
styleClass="tokenView"/>
|
|
||||||
</children>
|
</children>
|
||||||
</StackPane>
|
</StackPane>
|
||||||
<StackPane prefHeight="150.0" prefWidth="200.0"
|
<StackPane prefHeight="150.0" prefWidth="200.0"
|
||||||
@@ -199,8 +196,7 @@
|
|||||||
</padding>
|
</padding>
|
||||||
</Label>
|
</Label>
|
||||||
<Pane fx:id="randomTokenPane" prefHeight="999.0"
|
<Pane fx:id="randomTokenPane" prefHeight="999.0"
|
||||||
prefWidth="60.0" style="-fx-border-color: black;"
|
prefWidth="60.0" styleClass="tokenView"/>
|
||||||
styleClass="tokenView"/>
|
|
||||||
</children>
|
</children>
|
||||||
</StackPane>
|
</StackPane>
|
||||||
</children>
|
</children>
|
||||||
|
|||||||
Reference in New Issue
Block a user