优化日志窗口无日志行背景 (#5422)

This commit is contained in:
辞庐
2026-02-04 22:11:12 +08:00
committed by GitHub
parent dbacf096c6
commit c175f1c1b3

View File

@@ -1357,6 +1357,10 @@
-fx-background-color: -fixed-log-info;
}
.log-window-list-cell {
-fx-background-color: -fixed-log-info;
}
.log-window-list-cell:debug {
-fx-text-fill: -fixed-log-text-fill;
-fx-background-color: -fixed-log-debug;