fix dark illustration controls
GeoIntel release gates / Compile, test, contracts and builds (push) Failing after 39s
GeoIntel release gates / Python and npm vulnerability policy (push) Failing after 28s
GeoIntel release gates / GIS image, SBOM and container scan (push) Failing after 1m41s

This commit is contained in:
Jens
2026-08-21 22:51:18 +02:00
parent d2494417be
commit 918ee240d5
+20
View File
@@ -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);