Colorize control detail modal net PnL and leg upl (green/red).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-30 11:12:12 +08:00
parent a317822f7a
commit 75e89ca442
2 changed files with 30 additions and 4 deletions
+15
View File
@@ -386,3 +386,18 @@ td {
text-align: left;
white-space: nowrap;
}
.pnl-pos {
color: var(--ok);
font-variant-numeric: tabular-nums;
}
.pnl-neg {
color: var(--bad);
font-variant-numeric: tabular-nums;
}
.pnl-flat {
color: var(--muted);
font-variant-numeric: tabular-nums;
}