Fixed bg-color

This commit is contained in:
2022-01-21 07:58:27 +01:00
parent 1439a67e7c
commit ea3288a345
3 changed files with 17 additions and 9 deletions

View File

@@ -75,6 +75,10 @@ Label{
-fx-fill: -hover-fill;
}
.buttonBox{
-fx-background-color: #77859E;
}
.navBtn{
-fx-background-color: transparent;
-fx-border-color: transparent;

View File

@@ -40,6 +40,8 @@
</padding>
</Label>
<HBox fx:id="buttonBox" styleClass="buttonBox" GridPane.columnIndex="1" alignment="CENTER"/>
<GridPane fx:id="calendarGrid" gridLinesVisible="true" styleClass="gridCalendar" GridPane.columnSpan="4"
GridPane.columnIndex="0" GridPane.rowIndex="1">
<columnConstraints>