Added things
This commit is contained in:
parent
94c9cf2aa6
commit
b712c1671a
@ -146,13 +146,31 @@
|
||||
-fx-border-color: white;
|
||||
-fx-border-width: 0px 0px 2px 0px;
|
||||
}
|
||||
#minecraft-login, #close-minecraft-login-window {
|
||||
-fx-background-color: #252525;
|
||||
-fx-background-radius: 0em;
|
||||
#minecraft-login {
|
||||
-fx-background-color: #251606;
|
||||
-fx-background-radius: 2px;
|
||||
-fx-border-width: 1px;
|
||||
-fx-border-color: white;
|
||||
-fx-text-fill: white;
|
||||
}
|
||||
#minecraft-login:hover, #close-minecraft-login-window:hover{
|
||||
-fx-background-color: #bcbcbc;
|
||||
-fx-background-radius: 0em;
|
||||
-fx-text-fill: black;
|
||||
-fx-background-color: #46231c;
|
||||
-fx-background-radius: 2px;
|
||||
-fx-border-width: 1px;
|
||||
-fx-border-color: white;
|
||||
-fx-text-fill: white;
|
||||
}
|
||||
#close-minecraft-login-window {
|
||||
-fx-background-color: #0d250c;
|
||||
-fx-background-radius: 2px;
|
||||
-fx-border-width: 1px;
|
||||
-fx-border-color: white;
|
||||
-fx-text-fill: white;
|
||||
}
|
||||
#close-minecraft-login-window:hover{
|
||||
-fx-background-color: #0c4422;
|
||||
-fx-background-radius: 2px;
|
||||
-fx-border-width: 1px;
|
||||
-fx-border-color: white;
|
||||
-fx-text-fill: white;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user