From 918ee240d591c02cad0f1123c2127d732e82beca Mon Sep 17 00:00:00 2001 From: Jens Date: Fri, 21 Aug 2026 22:51:18 +0200 Subject: [PATCH] fix dark illustration controls --- frontend/src/styles/geointel-system.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/frontend/src/styles/geointel-system.css b/frontend/src/styles/geointel-system.css index 5356a9a7..73570b7d 100644 --- a/frontend/src/styles/geointel-system.css +++ b/frontend/src/styles/geointel-system.css @@ -2398,12 +2398,32 @@ button.overview-command-card { cursor: pointer; } #082f2b !important; } +.detection-lab-shell .ai-pipeline-stage { + color: rgba(232, 249, 244, 0.68) !important; + background: rgba(4, 39, 36, 0.82) !important; +} + +.detection-lab-shell .ai-pipeline-stage[aria-selected='true'] { + color: #fff !important; + background: rgba(25, 102, 89, 0.92) !important; +} + .project-atlas { background: radial-gradient(circle at 18% 0%, rgba(64, 190, 164, 0.18), transparent 25rem), linear-gradient(135deg, #092f2b 0%, #0b3f39 48%, #082c34 100%) !important; } +.project-atlas-stage { + color: rgba(230, 247, 242, 0.76) !important; + background: rgba(255, 255, 255, 0.045) !important; +} + +.project-atlas-stage-active { + color: #fff !important; + background: rgba(237, 200, 108, 0.1) !important; +} + @media (min-width: 921px) { .workbench-shell-guest .workspace-grid-data { grid-template-columns: minmax(16rem, 0.55fr) minmax(0, 1.45fr);