feat: show pending key monitor orders in green on summary line

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-09 16:26:07 +08:00
parent 77aef229e9
commit 04d5d5329e
2 changed files with 17 additions and 0 deletions
+5
View File
@@ -817,6 +817,11 @@ html[data-theme="light"] .key-row-summary-live {
color: #006e9a !important;
}
html[data-theme="light"] .key-row-summary-live.key-row-summary-pending {
color: #087a50 !important;
font-weight: 600 !important;
}
html[data-theme="light"] .key-row-collapse-body {
border-top-color: #d0dae4 !important;
}