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,13 @@
/* --------------------------- 布局 --------------------------- */
.scroll-pane {
-fx-padding: 0;
-fx-background-insets: 0;
}
.scroll-pane .corner {
-fx-background-color: transparent;
}
.split-pane {
-fx-padding: 0;
-fx-background-color: transparent;
-fx-background-insets: 0;
}