Chnaged things

This commit is contained in:
Michael-Jouanneau 2016-10-30 15:56:35 +01:00
parent 2f6cac6fa0
commit 083f14a0a6
2 changed files with 4 additions and 4 deletions

View File

@ -17,12 +17,12 @@
</font>
</Label>
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#141414" height="451.0" layoutY="50.0" stroke="TRANSPARENT" strokeType="INSIDE" width="150.0" />
<Button id="Home-btn" layoutY="50.0" mnemonicParsing="false" prefHeight="50.0" prefWidth="150.0" text="Home" textFill="WHITE" textOverrun="CLIP">
<Button id="Home-btn" layoutY="50.0" mnemonicParsing="false" prefHeight="39.0" prefWidth="150.0" text="Home" textFill="WHITE" textOverrun="CLIP">
<font>
<Font name="Centaur" size="16.0" />
</font>
</Button>
<Button id="Modpacks-btn" layoutY="100.0" mnemonicParsing="false" prefHeight="50.0" prefWidth="150.0" text="Modpack" textFill="WHITE" textOverrun="CLIP">
<Button id="Modpacks-btn" layoutY="89.0" mnemonicParsing="false" prefHeight="39.0" prefWidth="150.0" text="Modpack" textFill="WHITE" textOverrun="CLIP">
<font>
<Font name="Centaur" size="16.0" />
</font>

View File

@ -12,8 +12,8 @@
-fx-background-color: #bf0000;
}
#Home-btn, #Modpacks-btn {
-fx-background-color: rgba(0, 0, 0, 0)
-fx-background-color: rgba(0, 0, 0, 0);
}
#Home-btn:hover, #Modpacks-btn:hover {
-fx-background-color: rgba(100, 100, 100, 1)
-fx-background-color: rgba(50, 50, 50, 1)
}