diff --git a/VERSION b/VERSION index 63192f7..304d0b0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1124 \ No newline at end of file +1125 \ No newline at end of file diff --git a/backend/static/css/components.css b/backend/static/css/components.css index babb25a..cc37ed5 100644 --- a/backend/static/css/components.css +++ b/backend/static/css/components.css @@ -8182,7 +8182,7 @@ svg.empty-state-icon { background: rgba(0, 0, 0, var(--wbg-dim, 0.38)); backdrop-filter: blur(var(--wbg-blur, 18px)) saturate(1.6); -webkit-backdrop-filter: blur(var(--wbg-blur, 18px)) saturate(1.6); - border: 1px solid rgba(255, 255, 255, 0.14); + border: 1px solid rgba(99, 130, 220, 0.90); border-radius: 20px; padding: 16px 18px; color: white; @@ -8205,6 +8205,7 @@ svg.empty-state-icon { background: rgba(0, 0, 0, var(--wbg-dim, 0.32)); backdrop-filter: blur(var(--wbg-blur, 12px)); -webkit-backdrop-filter: blur(var(--wbg-blur, 12px)); + border: 1px solid rgba(99, 130, 220, 0.90); border-radius: 16px; padding: 12px 16px; display: flex; @@ -8265,11 +8266,8 @@ svg.empty-state-icon { /* Chip/Banner-Abdunklung + Blur: einheitlich auf allen drei Welten (reduziert) */ .world-panel { --wbg-dim: 0.14; --wbg-blur: 3px; } -/* TEST: Chip-Rahmenstärke je Welt unterschiedlich (zum Vergleich) - → JETZT schwach, HUND mittel, WELT stark */ -#wp-jetzt .world-chip { border: 1px solid rgba(196, 132, 58, 0.25); } -#wp-hund .world-chip { border: 1px solid rgba(196, 132, 58, 0.55); } -#wp-welt .world-chip { border: 1px solid rgba(99, 130, 220, 0.90); } +/* Chip-Rahmen: einheitlich auf allen drei Welten (WELT-Look, blau, deutlich) */ +.world-chip { border: 1px solid rgba(99, 130, 220, 0.90); } /* Sektion-Label über Chip-Gruppen */ .world-section-label { diff --git a/backend/static/index.html b/backend/static/index.html index a55c31a..1c70afb 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -86,14 +86,14 @@