Colorize control detail modal net PnL and leg upl (green/red).
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user