Retheme web UI to dark Mainsail-inspired design with transport buttons
- Full dark theme: #121212 background, #1e1e1e surface cards, orange accent (#ff7043), muted secondary text, subtle borders/shadows - Green phosphor LCD displays with glow effect - Circular colour-coded transport buttons: green play, amber pause, red stop (Unicode icons, hover brightness effect) - Panel headings in orange uppercase with letter-spacing - Orange accent-color on range/checkbox inputs - Fixed .hidden specificity vs #pot-reset-row with !important Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Tqxrk8uj4M3w3d3eXm3xK8
This commit is contained in:
+3
-3
@@ -16,9 +16,9 @@
|
||||
<button id="btn-sud-load">Load…</button>
|
||||
<input type="file" id="sud-file-input" accept="application/json" class="hidden">
|
||||
<button id="btn-sud-save">Save…</button>
|
||||
<button id="btn-sud-start">Start</button>
|
||||
<button id="btn-sud-pause">Pause</button>
|
||||
<button id="btn-sud-stop">Stop</button>
|
||||
<button id="btn-sud-start" class="transport-btn transport-start" title="Start / Resume">▶</button>
|
||||
<button id="btn-sud-pause" class="transport-btn transport-pause" title="Pause">▮▮</button>
|
||||
<button id="btn-sud-stop" class="transport-btn transport-stop" title="Stop">■</button>
|
||||
</span>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user