diff --git a/src/static/css/style.css b/src/static/css/style.css index e5af820..ec58c97 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -6181,8 +6181,8 @@ body.tutorial-active .tutorial-cursor { .pipeline-stage.is-looping .pipeline-loop { animation: none !important; opacity: 1; } } -/* EU-Kennzeichen in der Lagen-Kopfzeile (EU-Umbau) */ -.incident-eu-badge { +/* Kennzeichen des KI-Wegs (EU-Umbau). Kopfzeile und Seitenleiste. */ +.incident-ai-badge { display: inline-flex; align-items: center; padding: 2px 8px; @@ -6190,8 +6190,12 @@ body.tutorial-active .tutorial-cursor { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; - background: rgba(16, 185, 129, 0.16); - color: #10B981; flex-shrink: 0; } -.incident-eu-badge[hidden] { display: none; } +.incident-ai-badge.ai-eu { background: rgba(16, 185, 129, 0.16); color: #10B981; } +.incident-ai-badge.ai-anthropic { background: rgba(148, 163, 184, 0.18); color: var(--text-secondary); } +.incident-ai-badge[hidden] { display: none; } + +.sidebar-ai-tag { font-weight: 700; } +.sidebar-ai-tag.ai-eu { color: #10B981; } +.sidebar-ai-tag.ai-anthropic { color: var(--text-disabled); } diff --git a/src/static/dashboard.html b/src/static/dashboard.html index 123b3bb..c4112f9 100644 --- a/src/static/dashboard.html +++ b/src/static/dashboard.html @@ -164,7 +164,7 @@