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

23 lines
419 B
CSS

.row-severe {
-fx-background-color: #fff0f0;
-fx-text-fill: red;
}
.row-warning {
-fx-text-fill: orange;
-fx-background-color: #fff9f0; /* 浅橙色背景 */
}
.row-info {
-fx-text-fill: #000000;
-fx-background-color: #f5fbf6; /* 浅绿色背景 */
}
.row-config {
-fx-text-fill: green;
-fx-background-color: #f5fbf6; /* 浅绿色背景 */
}
.row-fine {
-fx-text-fill: #bcbcbc;
}