feat: unify trading workspace visual system

This commit is contained in:
leefer
2026-08-06 02:48:46 +08:00
parent b3a21d05b7
commit bd97ba1829
25 changed files with 803 additions and 800 deletions
+5 -5
View File
@@ -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 {