Fix running status color; add ETH qty settings with Chinese labels.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-24 17:24:27 +08:00
parent b6d9877538
commit 5125c6702b
7 changed files with 102 additions and 47 deletions
+3 -3
View File
@@ -126,12 +126,12 @@ input {
}
.status-running {
color: var(--up);
font-weight: 600;
color: #0ecb81 !important;
font-weight: 700;
}
.status-stopped {
color: var(--muted);
color: var(--muted) !important;
}
.topnav .spacer {