feat: unify trading workspace visual system
This commit is contained in:
+5
-5
@@ -770,7 +770,7 @@ body[data-active-view="heavenView"] .workspace-view {
|
||||
|
||||
border-radius: 50%;
|
||||
|
||||
color: rgb(255, 255, 255);
|
||||
color: var(--text-inverse);
|
||||
|
||||
font-size: 12px;
|
||||
}
|
||||
@@ -5129,7 +5129,7 @@ body[data-active-view="heavenView"] .workspace-view {
|
||||
|
||||
background: rgb(154, 91, 69);
|
||||
|
||||
color: rgb(255, 255, 255);
|
||||
color: var(--text-inverse);
|
||||
}
|
||||
|
||||
#heavenHeartPanel .button:disabled {
|
||||
@@ -6083,7 +6083,7 @@ body[data-active-view="heavenView"] .workspace-view {
|
||||
|
||||
.heaven-reading-history-item.active,
|
||||
.heaven-reading-history-item:hover {
|
||||
background: rgb(255, 255, 255);
|
||||
background: var(--surface);
|
||||
|
||||
box-shadow: rgb(154, 91, 69) 3px 0px inset;
|
||||
}
|
||||
@@ -6343,13 +6343,13 @@ body[data-active-view="heavenView"] .workspace-view {
|
||||
|
||||
border-color: var(--blue);
|
||||
|
||||
color: rgb(255, 255, 255);
|
||||
color: var(--text-inverse);
|
||||
}
|
||||
|
||||
.btn.primary:hover {
|
||||
background: var(--blue-d);
|
||||
|
||||
color: rgb(255, 255, 255);
|
||||
color: var(--text-inverse);
|
||||
}
|
||||
|
||||
.phase-pick .pp.on {
|
||||
|
||||
Reference in New Issue
Block a user