가상 수정
This commit is contained in:
@@ -684,8 +684,37 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ptd-order-card .top-submit--buy { background: #22c55e !important; border-color: #22c55e !important; }
|
||||
.ptd-order-card .top-submit--sell { background: var(--accent) !important; border-color: var(--accent) !important; }
|
||||
/* 매수·매도 제출 버튼: 실시간 차트 우측 패널(.top-submit--buy/sell)과 동일 */
|
||||
.ptd-order-card .top-submit--buy {
|
||||
background: #ef5350;
|
||||
border-color: #ef5350;
|
||||
}
|
||||
.ptd-order-card .top-submit--buy:hover {
|
||||
background: #e53935;
|
||||
}
|
||||
.ptd-order-card .top-submit--sell {
|
||||
background: #2962ff;
|
||||
border-color: #2962ff;
|
||||
}
|
||||
.ptd-order-card .top-submit--sell:hover {
|
||||
background: #1e53e5;
|
||||
}
|
||||
|
||||
/* 매수·매도 카드 헤더: 실시간 차트 .rsp-trade-card--buy/sell 과 동일 */
|
||||
.ptd-split-panel--right .ptd-split-card--top {
|
||||
border-color: rgba(255, 107, 107, 0.35);
|
||||
background: linear-gradient(180deg, rgba(255, 107, 107, 0.08) 0%, var(--bg3) 48px);
|
||||
}
|
||||
.ptd-split-panel--right .ptd-split-card--bottom {
|
||||
border-color: rgba(77, 171, 247, 0.35);
|
||||
background: linear-gradient(180deg, rgba(77, 171, 247, 0.08) 0%, var(--bg3) 48px);
|
||||
}
|
||||
.ptd-split-panel--right .ptd-split-card--top .ptd-split-card-head {
|
||||
color: var(--up);
|
||||
}
|
||||
.ptd-split-panel--right .ptd-split-card--bottom .ptd-split-card-head {
|
||||
color: var(--down);
|
||||
}
|
||||
|
||||
.ptd-ob {
|
||||
background: var(--bg2);
|
||||
|
||||
Reference in New Issue
Block a user