Changed Things
This commit is contained in:
parent
269a6526d8
commit
9b31b6c178
@ -14,7 +14,7 @@
|
|||||||
<Font name="Centaur" size="31.0" />
|
<Font name="Centaur" size="31.0" />
|
||||||
</font>
|
</font>
|
||||||
</Label>
|
</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-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">
|
<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>
|
<font>
|
||||||
|
@ -9,6 +9,10 @@
|
|||||||
-fx-fill: #080920;
|
-fx-fill: #080920;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rectangle-2 {
|
||||||
|
-fx-fill: #0d0d39;
|
||||||
|
}
|
||||||
|
|
||||||
#Modpack-back {
|
#Modpack-back {
|
||||||
-fx-fill: #0a0e2e;
|
-fx-fill: #0a0e2e;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user