Fixed Time and Datepicker

This commit is contained in:
Marc Beyer 2022-01-31 21:51:45 +01:00
parent d980edeaad
commit 30e0afb86c

View File

@ -61,4 +61,19 @@ JFXButton{
.timePicker{
-fx-background-color: white;
}
}
.jfx-time-picker .date-picker-popup{
-fx-max-width: 230px;
-fx-min-width: 230px;
}
.jfx-time-picker .date-picker-popup > * > .spinner > .label {
-fx-max-width: 55px;
-fx-min-width: 55px;
}
.jfx-date-picker .date-picker-popup > * > .spinner > .label {
-fx-max-width: 300px;
-fx-min-width: 300px;
}