Fixed bg-color
This commit is contained in:
@@ -75,6 +75,10 @@ Label{
|
||||
-fx-fill: -hover-fill;
|
||||
}
|
||||
|
||||
.buttonBox{
|
||||
-fx-background-color: #77859E;
|
||||
}
|
||||
|
||||
.navBtn{
|
||||
-fx-background-color: transparent;
|
||||
-fx-border-color: transparent;
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user