Changed Things

This commit is contained in:
Michael-Jouanneau 2016-11-14 20:13:27 +01:00
parent 269a6526d8
commit 9b31b6c178
2 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<Font name="Centaur" size="31.0" />
</font>
</Label>
<Rectangle fill="#0d0d39" height="40.0" layoutY="40.0" width="750.0" />
<Rectangle id="rectangle-2" height="40.0" layoutY="40.0" width="750.0" />
<Button id="Settings-Gen-btn" layoutY="40.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="100.0" styleClass="selected" text="General" textFill="WHITE" />
<Button id="Settings-Mine-btn" layoutX="100.0" layoutY="40.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="100.0" styleClass="tab" text="Minecraft" textFill="WHITE">
<font>

View File

@ -9,6 +9,10 @@
-fx-fill: #080920;
}
#rectangle-2 {
-fx-fill: #0d0d39;
}
#Modpack-back {
-fx-fill: #0a0e2e;
}