added class vbox-main and main- pannel in the css
This commit is contained in:
parent
af3ffe807c
commit
18d5b528af
@ -1,7 +1,13 @@
|
|||||||
GridPane{
|
.main-panel{
|
||||||
-fx-background-color: #282C34;
|
-fx-background-color: #282C34;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vbox-main{
|
||||||
|
-fx-background-color: #333333;
|
||||||
|
-fx-alignment: top-center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
Label{
|
Label{
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
}
|
}
|
||||||
@ -15,3 +21,4 @@ Label{
|
|||||||
-fx-max-width: 40px;
|
-fx-max-width: 40px;
|
||||||
-fx-max-height: 40px;
|
-fx-max-height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user