From 7898a0d158edd08203a4d62903a0f0f9a23052e3 Mon Sep 17 00:00:00 2001 From: Karim Date: Sat, 11 Jul 2026 01:37:25 +0200 Subject: [PATCH] Cursor-HUD + Winkel-Badge im Programm-Look (dunkle Dropdown-Pille) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Statt weissem Kasten mit blauem VW-Rahmen tragen HUD und Winkel-Badge jetzt die dunkle Pille der Dropdown-Trigger (#2c2c2c/#4a4a4a, helle Schrift, Pillen-Rundung) — derselbe Look wie die schwebenden Viewport-Knöpfe über dem Papier. Aktives Tab-Feld als leicht angehobene Fläche, gelockte Werte voll weiss/fett; Führungslinie neutral grau statt rötlich. --- src/plan/PlanView.tsx | 6 +++--- src/styles.css | 38 +++++++++++++++++++++----------------- 2 files changed, 24 insertions(+), 20 deletions(-) diff --git a/src/plan/PlanView.tsx b/src/plan/PlanView.tsx index c2bcde5..32a6a7e 100644 --- a/src/plan/PlanView.tsx +++ b/src/plan/PlanView.tsx @@ -2483,7 +2483,7 @@ function DraftHud({ let cx = x + padX; return ( - + {segs.map((s, i) => { const sx = cx; cx += widths[i] + gap; @@ -2496,7 +2496,7 @@ function DraftHud({ y={y + 1.5 * vbPerPx} width={widths[i] + 4 * vbPerPx} height={h - 3 * vbPerPx} - rx={2 * vbPerPx} + rx={5 * vbPerPx} /> )}