summaryrefslogtreecommitdiff
path: root/tools/mq_editor/style.css
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-19 07:26:26 +0100
committerskal <pascal.massimino@gmail.com>2026-02-19 07:26:26 +0100
commit07538091b1fac417104c273bd9dc117af8afdb9e (patch)
tree8b41d28ccca7df56418a54cdfa110ad2d9ccb198 /tools/mq_editor/style.css
parent83eec3cece795f56f4edc1298a008216cb9511a0 (diff)
fix(mq_editor): remove duplicate mode toggle, add SINE badge, fix mini-spectrum invalidation
- Remove redundant synthModeToggle from _updatePropPanel + index.html - Add SINE badge (grey) to panel title, matching existing RES badge (blue) - Invalidate mini-spectrum (viewer.render) on sinusoid/resonator switch handoff(Claude): mq_editor partial panel polish
Diffstat (limited to 'tools/mq_editor/style.css')
-rw-r--r--tools/mq_editor/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mq_editor/style.css b/tools/mq_editor/style.css
index 2a9b5b7..399746c 100644
--- a/tools/mq_editor/style.css
+++ b/tools/mq_editor/style.css
@@ -104,6 +104,7 @@ kbd { font-size: 10px; opacity: 0.55; }
/* === Resonator badge === */
.res-badge { font-size: 9px; color: #8cf; border: 1px solid #8cf; border-radius: 2px; padding: 0 3px; vertical-align: middle; margin-left: 4px; opacity: .8; }
+.sine-badge { color: #aaa; border-color: #aaa; }
/* === Status & tooltip === */
#fileLabel { font-size: 13px; color: #8af; opacity: .8; }