Fixed icon backgrounds to be white

#story[1293]
This commit is contained in:
William Muir
2017-09-28 12:31:00 +13:00
parent 5688e10e6f
commit cb4e47f71a
2 changed files with 11 additions and 11 deletions
+4
View File
@@ -69,4 +69,8 @@
.tokenView { .tokenView {
-fx-cursor: hand; -fx-cursor: hand;
}
.tokenGridView StackPane {
-fx-background-color: white;
} }
+7 -11
View File
@@ -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>