Show hedge targets in options monitoring
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -3238,6 +3238,10 @@ html[data-theme="light"] .opt-be-dist-down {
|
||||
.hedge-plan-page-wrap .hp-pnl-pos {
|
||||
color: #7ee787;
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-plan-active {
|
||||
color: #7ee787;
|
||||
font-weight: 700;
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-pnl-neg {
|
||||
color: #ff8a8a;
|
||||
}
|
||||
@@ -4255,6 +4259,15 @@ html[data-theme="light"] .options-stats-pnl-summary .options-stat-item {
|
||||
color: #9ad0ff;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
.options-page-wrap .opt-target-row--managed {
|
||||
border-color: rgba(126, 231, 135, 0.38);
|
||||
background: rgba(46, 160, 67, 0.08);
|
||||
}
|
||||
.options-page-wrap .opt-target-row--managed .opt-target-armed,
|
||||
.options-page-wrap .opt-target-mon-managed {
|
||||
color: #7ee787;
|
||||
font-weight: 600;
|
||||
}
|
||||
.options-page-wrap .opt-target-est {
|
||||
display: inline-flex;
|
||||
flex-wrap: wrap;
|
||||
@@ -4320,6 +4333,13 @@ html[data-theme="light"] .options-stats-pnl-summary .options-stat-item {
|
||||
padding: 2px 8px;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
.opt-target-mon-item--managed {
|
||||
border-color: rgba(126, 231, 135, 0.28);
|
||||
}
|
||||
.opt-target-mon-managed {
|
||||
margin-left: auto;
|
||||
font-size: 0.72rem;
|
||||
}
|
||||
.options-page-wrap .opt-bid-plain {
|
||||
color: #dbe6ff;
|
||||
font-variant-numeric: tabular-nums;
|
||||
|
||||
Reference in New Issue
Block a user