Changed Things

This commit is contained in:
Michael-Jouanneau 2016-11-20 08:46:51 +01:00
parent 644b6eef49
commit e04ce8a6c1
6 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@
<Pane id="pane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="450.0" prefWidth="750.0" stylesheets="@../style/default-theme.css" xmlns="http://javafx.com/javafx/8.0.112-ea" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Rectangle id="Modpack-back" height="40.0" strokeType="INSIDE" width="750.0" />
<Rectangle id="home-back" height="40.0" strokeType="INSIDE" width="750.0" />
<Label id="lable" layoutX="339.0" layoutY="1.0" text="Home">
<font>
<Font name="Centaur" size="31.0" />

View File

@ -10,7 +10,7 @@
<Pane id="pane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="450.0" prefWidth="750.0" stylesheets="@../style/default-theme.css" xmlns="http://javafx.com/javafx/8.0.112-ea" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Rectangle id="Modpack-back" height="40.0" strokeType="INSIDE" width="750.0" />
<Rectangle id="instance-back" height="40.0" strokeType="INSIDE" width="750.0" />
<Label id="lable" layoutX="324.0" layoutY="1.0" text="Instances">
<font>
<Font name="Centaur" size="31.0" />

View File

@ -8,7 +8,7 @@
<Pane id="pane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="450.0" prefWidth="750.0" stylesheets="@../style/default-theme.css" xmlns="http://javafx.com/javafx/8.0.112-ea" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Rectangle id="Modpack-back" height="40.0" strokeType="INSIDE" width="750.0" />
<Rectangle id="Settings-back" height="40.0" strokeType="INSIDE" width="750.0" />
<Label id="lable" layoutX="331.0" layoutY="1.0" text="Settings">
<font>
<Font name="Centaur" size="31.0" />

View File

@ -84,7 +84,7 @@
-fx-text-fill: black;
}
#Modpack-back {
#Modpack-back, #home-back, #Settings-back, #instance-back {
-fx-fill: #1d1d1d;
-fx-text-fill: white;
}

View File

@ -84,7 +84,7 @@
-fx-text-fill: white;
}
#Modpack-back {
#Modpack-back, #home-back, #Settings-back, #instance-back {
-fx-fill: #0a0e2e;
-fx-text-fill: white;
}

View File

@ -84,7 +84,7 @@
-fx-text-fill: white;
}
#Modpack-back {
#Modpack-back, #home-back, #Settings-back, #instance-back {
-fx-fill: #c3c3c3;
-fx-text-fill: black;
}