feat: options sheet sizing, ITM/OTM labels, and 14-day chain view
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2401,4 +2401,30 @@ html[data-theme="light"] .settings-export-link {
|
||||
.opt-row-actions .btn-secondary {
|
||||
margin-right: 4px;
|
||||
}
|
||||
.opt-moneyness {
|
||||
display: inline-block;
|
||||
padding: 2px 8px;
|
||||
border-radius: 4px;
|
||||
font-size: 0.78rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
.opt-moneyness-itm {
|
||||
color: #7ee787;
|
||||
background: rgba(46, 160, 67, 0.15);
|
||||
}
|
||||
.opt-moneyness-otm {
|
||||
color: #a8b3cf;
|
||||
background: rgba(136, 146, 176, 0.12);
|
||||
}
|
||||
.opt-moneyness-atm {
|
||||
color: #ffd166;
|
||||
background: rgba(255, 209, 102, 0.12);
|
||||
}
|
||||
.options-order-mode-row {
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
}
|
||||
.options-order-mode-row input[type="number"] {
|
||||
width: 88px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user