Skip to content

Commit d1cccb4

Browse files
planet.jeroenclaude
andcommitted
Fix invisible CelesTrak dropdown options on Windows
Select option elements inherited white text color but rendered against the system's default white dropdown background, making all entries invisible. Explicit dark background on option elements fixes it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 645034d commit d1cccb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/pro/src/humeris/adapters/cesium_viewer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ def generate_interactive_html(
356356
flex: 1; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
357357
color: #fff; padding: 3px 6px; border-radius: 3px; font-size: 11px;
358358
}}
359+
.form-row select option {{ background: #222; color: #fff; }}
359360
.btn {{
360361
display: inline-block; padding: 4px 10px; margin: 2px;
361362
background: rgba(80,160,255,0.3); color: #fff;

0 commit comments

Comments
 (0)