added things
This commit is contained in:
parent
b94d72d507
commit
c792da2876
@ -42,7 +42,7 @@
|
||||
</font>
|
||||
</Label>
|
||||
<Button id="Launch-VM" layoutX="622.0" layoutY="142.0" mnemonicParsing="false" prefHeight="38.0" prefWidth="94.0" text="Launch" />
|
||||
<Button id="Update-VM" layoutX="522.0" layoutY="142.0" mnemonicParsing="false" prefHeight="38.0" prefWidth="94.0" text="Launch" />
|
||||
<Button id="Update-VM" layoutX="522.0" layoutY="142.0" mnemonicParsing="false" prefHeight="38.0" prefWidth="94.0" text="Update" />
|
||||
<Label id="lable" layoutX="528.0" layoutY="88.0" prefHeight="40.0" prefWidth="196.0" text="Unique, and fun" wrapText="true" />
|
||||
<Label id="lable" layoutX="400.0" layoutY="161.0" text="Version : Pre-Release" />
|
||||
</children>
|
||||
|
@ -21,13 +21,13 @@
|
||||
-fx-text-fill: white;
|
||||
}
|
||||
|
||||
#download-modpack, #view-modpack, #Launch-VM, #Update-VM {
|
||||
#download-modpack, #download-modpack-a, #view-modpack-a, #view-modpack, #Launch-VM, #Update-VM {
|
||||
-fx-background-color: #393939;
|
||||
-fx-background-radius: 0em;
|
||||
-fx-text-fill: white;
|
||||
}
|
||||
|
||||
#download-modpack:hover, #view-modpack:hover, #Launch-VM:hover, #Update-VM:hover {
|
||||
#download-modpack:hover, #download-modpack-a:hover, #view-modpack-a:hover, #view-modpack:hover, #Launch-VM:hover, #Update-VM:hover {
|
||||
-fx-background-color: #ffffff;
|
||||
-fx-background-radius: 0em;
|
||||
-fx-text-fill: #000000;
|
||||
|
@ -21,13 +21,13 @@
|
||||
-fx-text-fill: white;
|
||||
}
|
||||
|
||||
#download-modpack, #view-modpack, #Launch-VM, #Update-VM {
|
||||
#download-modpack, #download-modpack-a, #view-modpack-a, #view-modpack, #Launch-VM, #Update-VM {
|
||||
-fx-background-color: #0a073b;
|
||||
-fx-background-radius: 0em;
|
||||
-fx-text-fill: white;
|
||||
}
|
||||
|
||||
#download-modpack:hover, #view-modpack:hover, #Launch-VM:hover, #Update-VM:hover {
|
||||
#download-modpack:hover, #view-modpack:hover, #view-modpack-a:hover, #download-modpack-a:hover, #Launch-VM:hover, #Update-VM:hover {
|
||||
-fx-background-color: #07061b;
|
||||
-fx-background-radius: 0em;
|
||||
-fx-text-fill: white;
|
||||
|
@ -21,13 +21,13 @@
|
||||
-fx-text-fill: black;
|
||||
}
|
||||
|
||||
#download-modpack, #view-modpack, #Launch-VM, #Update-VM {
|
||||
#download-modpack, #download-modpack-a, #view-modpack-a, #view-modpack, #Launch-VM, #Update-VM {
|
||||
-fx-background-color: #b8b8b8;
|
||||
-fx-background-radius: 0em;
|
||||
-fx-text-fill: black;
|
||||
}
|
||||
|
||||
#download-modpack:hover, #view-modpack:hover, #Launch-VM:hover, #Update-VM:hover {
|
||||
#download-modpack:hover, #download-modpack-a:hover, #view-modpack-a:hover, #view-modpack:hover, #Launch-VM:hover, #Update-VM:hover {
|
||||
-fx-background-color: #000000;
|
||||
-fx-background-radius: 0em;
|
||||
-fx-text-fill: white;
|
||||
|
Loading…
x
Reference in New Issue
Block a user