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