20 lines
434 B
CSS
20 lines
434 B
CSS
.date-time-picker {
|
|
-fx-pref-width: 200;
|
|
}
|
|
.date-time-picker-time-pane {
|
|
-fx-border-width: 0 0 0 1;
|
|
-fx-border-color: -timi-fx-border-color;
|
|
-fx-background-color: #F4F4F4;
|
|
-fx-translate-y: -1;
|
|
-fx-effect: dropshadow(three-pass-box, rgba(0, 0, 0, .25), 4, 0, 0, 1);
|
|
}
|
|
.date-time-picker-time-box {
|
|
-fx-hgap: 0;
|
|
}
|
|
.date-time-picker-now {
|
|
-fx-alignment: center-right;
|
|
}
|
|
.date-time-picker-clear {
|
|
-fx-background-color: #F4F4F4;
|
|
}
|