重新初始化项目

This commit is contained in:
2025-08-22 19:55:19 +08:00
commit 65bc67460b
805 changed files with 83402 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
.custom-cell{
-fx-background-color: rgb(239, 239, 239);
/*-fx-border-color: rgb(96, 96, 96);*/
-fx-table-cell-border-color: -fx-selection-bar;
-fx-text-fill: #000;
}
.custom-cell:hover {
-fx-background-color: #f0f0f0;
}
.custom-cell:selected {
-fx-background-color: -fx-selection-bar;
-fx-text-fill: #333;
}
.custom-cell:focused {
-fx-background-color: #e0f0ff;
}