Chnaged things

This commit is contained in:
Michael-Jouanneau 2016-10-30 16:31:48 +01:00
parent 62b8c3b31b
commit 879fc0eb56
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
<Font name="Centaur" size="24.0" /> <Font name="Centaur" size="24.0" />
</font> </font>
</Label> </Label>
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#141414" height="450.0" layoutY="50.0" stroke="TRANSPARENT" strokeType="INSIDE" width="150.0" /> <Rectangle id="nav" arcHeight="5.0" arcWidth="5.0" fill="#101e38" height="450.0" layoutY="50.0" stroke="TRANSPARENT" strokeType="INSIDE" width="150.0" />
<Button id="Home-btn" layoutY="50.0" mnemonicParsing="false" prefHeight="39.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>
<Font name="Centaur" size="16.0" /> <Font name="Centaur" size="16.0" />

View File

@ -1,8 +1,8 @@
#pane { #pane {
-fx-background-color: rgba(38, 33, 33, 1) -fx-background-color: #050f19;
} }
#rectangle { #rectangle {
-fx-fill: rgba(30, 25, 25, 1) -fx-fill: #031128;
} }
#exit, #min{ #exit, #min{
-fx-background-color: rgba(30, 25, 25, 0); -fx-background-color: rgba(30, 25, 25, 0);
@ -15,6 +15,6 @@
-fx-background-color: rgba(0, 0, 0, 0); -fx-background-color: rgba(0, 0, 0, 0);
} }
#Home-btn:hover, #Modpacks-btn:hover { #Home-btn:hover, #Modpacks-btn:hover {
-fx-background-color: rgba(50, 50, 50, 1); -fx-background-color: #0c182d;
-fx-background-radius: 0em; -fx-background-radius: 0em;
} }