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></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" />
|
||||
|
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user