Chnaged things

This commit is contained in:
Michael-Jouanneau 2016-10-30 15:42:56 +01:00
parent 03877f0f9d
commit 5d49fcf7fc
2 changed files with 5 additions and 11 deletions

View File

@ -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
favour and pour yourself some nice Jack Daniels. You deserve it if you're going to read through this.
*/
package Launcher;
import javafx.application.Application;

View File

@ -4,22 +4,15 @@
#rectangle {
-fx-fill: rgba(30, 25, 25, 1)
}
#exit{
-fx-background-color: rgba(30, 25, 25, 1);
#exit, #min{
-fx-background-color: rgba(30, 25, 25, 0);
}
#min {
-fx-background-color: rgba(30, 25, 25, 1);
}
#min:hover {
-fx-border-radius: 30px;
-fx-background-color: #bf0000;
}
#exit:hover{
#min:hover, #exit:hover{
-fx-border-radius: 30px;
-fx-background-color: #bf0000;
}
#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 {
-fx-background-color: rgba(100, 100, 100, 1)