#story[1301]
main
Jessica Syder 8 years ago
parent 7230cdf2a3
commit 1196e853bf

@ -1,13 +1,7 @@
.root {
-fx-base: rgb(215, 232, 218);
/*-fx-background: rgba(245, 215, 106, 0.3);*/
/*-fx-background: rgba(201, 156, 57, 0.35);*/
/*-fx-background: rgba(251, 197, 30, 0.51);*/
-fx-background: rgba(0, 255, 190, 0.11);
/* make controls (buttons, thumb, etc.) slightly lighter */
-fx-color: derive(-fx-base, 2.5%);
/* text fields and table rows background */
-fx-control-inner-background: rgb(200, 200, 200);
/* version of -fx-control-inner-background for alternative rows */

@ -49,7 +49,8 @@
<!--<Font size="17.0" />-->
<!--</font>-->
<!--</Label>-->
<Button mnemonicParsing="false" onAction="#menuBtnPressed" text="Main Menu" GridPane.halignment="LEFT" GridPane.valignment="TOP">
<Button fx:id="mainMenuBtn" mnemonicParsing="false"
onAction="#menuBtnPressed" text="Main Menu" GridPane.halignment="LEFT" GridPane.valignment="TOP">
<GridPane.margin>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</GridPane.margin>

Loading…
Cancel
Save