Added the Minecraft Login stage
This commit is contained in:
parent
acb484704e
commit
d79c122687
@ -25,7 +25,7 @@
|
|||||||
<Font name="Century" size="14.0" />
|
<Font name="Century" size="14.0" />
|
||||||
</font></CheckBox>
|
</font></CheckBox>
|
||||||
<PasswordField id="minecraftpass" layoutX="44.0" layoutY="174.0" prefHeight="25.0" prefWidth="214.0" promptText="Password" />
|
<PasswordField id="minecraftpass" layoutX="44.0" layoutY="174.0" prefHeight="25.0" prefWidth="214.0" promptText="Password" />
|
||||||
<TextField id="minecraftuser" layoutX="44.0" layoutY="129.0" prefHeight="25.0" prefWidth="214.0" promptText="Username" />
|
<TextField id="minecraftuser" layoutX="44.0" layoutY="129.0" prefHeight="25.0" prefWidth="214.0" promptText="Username / Email" />
|
||||||
<ImageView fitHeight="94.0" fitWidth="274.0" layoutX="14.0" layoutY="34.0" pickOnBounds="true" preserveRatio="true">
|
<ImageView fitHeight="94.0" fitWidth="274.0" layoutX="14.0" layoutY="34.0" pickOnBounds="true" preserveRatio="true">
|
||||||
<image>
|
<image>
|
||||||
<Image url="@../icons/minecraft.png" />
|
<Image url="@../icons/minecraft.png" />
|
||||||
|
@ -147,12 +147,12 @@
|
|||||||
-fx-border-width: 0px 0px 2px 0px;
|
-fx-border-width: 0px 0px 2px 0px;
|
||||||
}
|
}
|
||||||
#minecraft-login {
|
#minecraft-login {
|
||||||
-fx-background-color: #000026;
|
-fx-background-color: #252525;
|
||||||
|
-fx-background-radius: 0em;
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
-fx-padding: 10px;
|
|
||||||
}
|
}
|
||||||
#minecraft-login:hover, #minecraft-login:focused{
|
#minecraft-login:hover {
|
||||||
-fx-background-color: #000040;
|
-fx-background-color: #bcbcbc;
|
||||||
-fx-text-fill: white;
|
-fx-background-radius: 0em;
|
||||||
-fx-padding: 10px;
|
-fx-text-fill: black;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user