Chnaged things
This commit is contained in:
parent
03877f0f9d
commit
5d49fcf7fc
@ -7,6 +7,7 @@ always tell me that it's virtually unreadable and it doesn't help that it's diff
|
|||||||
does without them losing interest. Also, in case you are actually, seriously going to read this crap, do yourself a
|
does without them losing interest. Also, in case you are actually, seriously going to read this crap, do yourself a
|
||||||
favour and pour yourself some nice Jack Daniels. You deserve it if you're going to read through this.
|
favour and pour yourself some nice Jack Daniels. You deserve it if you're going to read through this.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package Launcher;
|
package Launcher;
|
||||||
|
|
||||||
import javafx.application.Application;
|
import javafx.application.Application;
|
||||||
|
@ -4,22 +4,15 @@
|
|||||||
#rectangle {
|
#rectangle {
|
||||||
-fx-fill: rgba(30, 25, 25, 1)
|
-fx-fill: rgba(30, 25, 25, 1)
|
||||||
}
|
}
|
||||||
#exit{
|
#exit, #min{
|
||||||
-fx-background-color: rgba(30, 25, 25, 1);
|
-fx-background-color: rgba(30, 25, 25, 0);
|
||||||
}
|
}
|
||||||
#min {
|
#min:hover, #exit:hover{
|
||||||
-fx-background-color: rgba(30, 25, 25, 1);
|
|
||||||
}
|
|
||||||
#min:hover {
|
|
||||||
-fx-border-radius: 30px;
|
|
||||||
-fx-background-color: #bf0000;
|
|
||||||
}
|
|
||||||
#exit:hover{
|
|
||||||
-fx-border-radius: 30px;
|
-fx-border-radius: 30px;
|
||||||
-fx-background-color: #bf0000;
|
-fx-background-color: #bf0000;
|
||||||
}
|
}
|
||||||
#Home-btn, #Modpacks-btn {
|
#Home-btn, #Modpacks-btn {
|
||||||
-fx-background-color: rgba(0, 0, 0, 1)
|
-fx-background-color: rgba(0, 0, 0, 0)
|
||||||
}
|
}
|
||||||
#Home-btn:hover, #Modpacks-btn:hover {
|
#Home-btn:hover, #Modpacks-btn:hover {
|
||||||
-fx-background-color: rgba(100, 100, 100, 1)
|
-fx-background-color: rgba(100, 100, 100, 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user