feat: unify trading workspace visual system
This commit is contained in:
+17
-17
@@ -89,7 +89,7 @@
|
||||
|
||||
border-radius: 4px;
|
||||
|
||||
background: rgb(255, 255, 255);
|
||||
background: var(--surface);
|
||||
}
|
||||
|
||||
.rotation-legend span {
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
border-radius: 8px;
|
||||
|
||||
background: rgb(243, 244, 246);
|
||||
background: var(--surface-muted);
|
||||
}
|
||||
|
||||
.rotation-order-control button {
|
||||
@@ -247,7 +247,7 @@
|
||||
}
|
||||
|
||||
.rotation-order-control button.active {
|
||||
background: rgb(255, 255, 255);
|
||||
background: var(--surface);
|
||||
|
||||
color: var(--r2-ink);
|
||||
|
||||
@@ -280,7 +280,7 @@
|
||||
|
||||
border-radius: 7px;
|
||||
|
||||
background: rgb(255, 255, 255);
|
||||
background: var(--surface);
|
||||
|
||||
color: rgb(55, 65, 81);
|
||||
|
||||
@@ -303,7 +303,7 @@
|
||||
|
||||
border-radius: var(--r2-radius);
|
||||
|
||||
background: rgb(255, 255, 255);
|
||||
background: var(--surface);
|
||||
|
||||
box-shadow: var(--r2-shadow);
|
||||
}
|
||||
@@ -315,7 +315,7 @@
|
||||
|
||||
border-radius: var(--r2-radius);
|
||||
|
||||
background: rgb(255, 255, 255);
|
||||
background: var(--surface);
|
||||
|
||||
box-shadow: var(--r2-shadow);
|
||||
|
||||
@@ -379,7 +379,7 @@
|
||||
|
||||
border-radius: 5px;
|
||||
|
||||
background: rgb(243, 244, 246);
|
||||
background: var(--surface-muted);
|
||||
|
||||
color: var(--r2-sub);
|
||||
|
||||
@@ -579,7 +579,7 @@
|
||||
|
||||
border-radius: 7px;
|
||||
|
||||
background: rgb(255, 255, 255);
|
||||
background: var(--surface);
|
||||
|
||||
color: rgb(55, 65, 81);
|
||||
|
||||
@@ -623,7 +623,7 @@
|
||||
|
||||
border-radius: 0px;
|
||||
|
||||
background: rgb(255, 255, 255);
|
||||
background: var(--surface);
|
||||
|
||||
box-shadow: none;
|
||||
}
|
||||
@@ -639,7 +639,7 @@
|
||||
|
||||
border-bottom: 1px solid var(--r2-line-soft);
|
||||
|
||||
background: rgb(248, 250, 252);
|
||||
background: var(--table-header);
|
||||
}
|
||||
|
||||
#rotationView .rotation-day > header time {
|
||||
@@ -681,7 +681,7 @@
|
||||
|
||||
background: var(--r2-blue);
|
||||
|
||||
color: rgb(255, 255, 255);
|
||||
color: var(--text-inverse);
|
||||
|
||||
font-size: 9px;
|
||||
|
||||
@@ -757,19 +757,19 @@
|
||||
#rotationView .rotation-rank.rank-1 {
|
||||
background: rgb(224, 69, 54);
|
||||
|
||||
color: rgb(255, 255, 255);
|
||||
color: var(--text-inverse);
|
||||
}
|
||||
|
||||
#rotationView .rotation-rank.rank-2 {
|
||||
background: rgb(240, 113, 79);
|
||||
|
||||
color: rgb(255, 255, 255);
|
||||
color: var(--text-inverse);
|
||||
}
|
||||
|
||||
#rotationView .rotation-rank.rank-3 {
|
||||
background: rgb(245, 166, 35);
|
||||
|
||||
color: rgb(255, 255, 255);
|
||||
color: var(--text-inverse);
|
||||
}
|
||||
|
||||
#rotationView .rotation-sector-chip strong {
|
||||
@@ -837,7 +837,7 @@
|
||||
|
||||
background: var(--r2-ink);
|
||||
|
||||
color: rgb(255, 255, 255);
|
||||
color: var(--text-inverse);
|
||||
|
||||
font-size: 10.5px;
|
||||
|
||||
@@ -870,7 +870,7 @@
|
||||
|
||||
border-bottom: 1px solid var(--r2-line);
|
||||
|
||||
background: rgb(248, 250, 252);
|
||||
background: var(--table-header);
|
||||
|
||||
color: var(--r2-sub);
|
||||
|
||||
@@ -966,7 +966,7 @@
|
||||
}
|
||||
|
||||
#rotationView .trend-flat {
|
||||
background: rgb(243, 244, 246);
|
||||
background: var(--surface-muted);
|
||||
|
||||
color: var(--r2-sub);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user