Added the Minecraft Login stage

This commit is contained in:
Michael-Jouanneau 2016-12-19 15:23:47 +01:00
parent acb484704e
commit d79c122687
2 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@
<Font name="Century" size="14.0" />
</font></CheckBox>
<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">
<image>
<Image url="@../icons/minecraft.png" />

View File

@ -147,12 +147,12 @@
-fx-border-width: 0px 0px 2px 0px;
}
#minecraft-login {
-fx-background-color: #000026;
-fx-background-color: #252525;
-fx-background-radius: 0em;
-fx-text-fill: white;
-fx-padding: 10px;
}
#minecraft-login:hover, #minecraft-login:focused{
-fx-background-color: #000040;
-fx-text-fill: white;
-fx-padding: 10px;
#minecraft-login:hover {
-fx-background-color: #bcbcbc;
-fx-background-radius: 0em;
-fx-text-fill: black;
}