Changed Things

This commit is contained in:
Michael-Jouanneau 2016-11-16 18:29:36 +01:00
parent 7754202e9b
commit 04b3e890b8
4 changed files with 20 additions and 3 deletions

View File

@ -19,7 +19,7 @@
<Rectangle id="rectangle-3" height="140.0" layoutX="10.0" layoutY="50.0" width="346.0" />
<ImageView fitHeight="101.0" fitWidth="102.0" layoutX="30.0" layoutY="61.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../icons/app.png" />
<Image url="@../icons/." />
</image>
</ImageView>
<Label id="lable" layoutX="159.0" layoutY="61.0" text="Vanilla Minecraft">
@ -27,8 +27,7 @@
<Font name="Centaur" size="20.0" />
</font>
</Label>
<Button id="view-modpack" layoutX="237.0" layoutY="144.0" mnemonicParsing="false" prefHeight="37.0" prefWidth="61.0" text="View" />
<Button id="Launch-VM" layoutX="147.0" layoutY="144.0" mnemonicParsing="false" prefHeight="37.0" prefWidth="77.0" text="Launch" />
<Label id="lable" layoutX="161.0" layoutY="86.0" prefHeight="25.0" prefWidth="126.0" text="Some random text. " wrapText="true" />
<Label id="lable" layoutX="161.0" layoutY="86.0" prefHeight="25.0" prefWidth="126.0" text="Latest Version 1.11 " wrapText="true" />
</children>
</Pane>

View File

@ -27,6 +27,12 @@
-fx-text-fill: white;
}
#download-modpack:hover, #view-modpack:hover, #Launch-VM:hover {
-fx-background-color: #2a2a2a;
-fx-background-radius: 0em;
-fx-text-fill: white;
}
#default-theme,#dark-theme, #light-theme {
-fx-background-color: #252525;
-fx-background-radius: 0em;

View File

@ -27,6 +27,12 @@
-fx-text-fill: white;
}
#download-modpack:hover, #view-modpack:hover, #Launch-VM:hover {
-fx-background-color: #151341;
-fx-background-radius: 0em;
-fx-text-fill: white;
}
#default-theme,#dark-theme, #light-theme {
-fx-background-color: #181a39;
-fx-background-radius: 0em;

View File

@ -27,6 +27,12 @@
-fx-text-fill: black;
}
#download-modpack:hover, #view-modpack:hover, #Launch-VM:hover {
-fx-background-color: #6d6d6d;
-fx-background-radius: 0em;
-fx-text-fill: black;
}
#default-theme,#dark-theme, #light-theme {
-fx-background-color: #7d7d7d;
-fx-background-radius: 0em;