[fix](trx-frontend-http): use green color for active header play button
The .audio-active state was using --accent-green which is actually orange (#c24b1a). Match the regular play button's hardcoded #00d17f green so the header button visually matches. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -1046,8 +1046,8 @@ small { color: var(--text-muted); }
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.header-audio-btn.audio-active {
|
.header-audio-btn.audio-active {
|
||||||
color: var(--accent-green);
|
color: #00d17f;
|
||||||
border-color: var(--accent-green);
|
border-color: #00d17f;
|
||||||
}
|
}
|
||||||
.header-rig-switch {
|
.header-rig-switch {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user