refactor css file

This commit is contained in:
Timi
2026-06-26 00:27:36 +08:00
parent 57e6b13292
commit 0457ffc432
42 changed files with 1100 additions and 446 deletions
@@ -0,0 +1,19 @@
.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;
}