重新初始化项目
This commit is contained in:
16
src/main/resources/ui/contract/contract.css
Normal file
16
src/main/resources/ui/contract/contract.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user