Files
contract-manager/src/main/resources/ui/contract/contract.css
2025-08-22 19:55:19 +08:00

16 lines
395 B
CSS

.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;
}