added class vbox-main and main- pannel in the css

This commit is contained in:
Alex Aleksej Rechtin 2021-11-22 13:37:46 +01:00
parent af3ffe807c
commit 18d5b528af

View File

@ -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;
} }
@ -14,4 +20,5 @@ Label{
-fx-min-height: 40px; -fx-min-height: 40px;
-fx-max-width: 40px; -fx-max-width: 40px;
-fx-max-height: 40px; -fx-max-height: 40px;
} }