From 39b2528cedbfa9cd3795719910144d6d23095335 Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Fri, 27 Mar 2026 21:46:20 +0100 Subject: [PATCH] fix: Optgroup-Styling im Imagery-Dropdown (Dark Theme) Co-Authored-By: Claude Opus 4.6 (1M context) --- static/css/globe.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/globe.css b/static/css/globe.css index 9a9c254..b260a09 100644 --- a/static/css/globe.css +++ b/static/css/globe.css @@ -573,6 +573,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo } .imagery-select:hover { border-color: var(--accent); } .imagery-select option { background: var(--bg-primary); color: var(--text); } +.imagery-select optgroup { background: var(--bg-primary); color: var(--accent); font-style: normal; font-weight: 700; font-size: 11px; } .dot-military { background: #ff2222; box-shadow: 0 0 4px rgba(255,34,34,0.5); } .dot-cables { background: #00ccff; }