Wetter in Statusleiste (war hinter Legende versteckt), SW by-v321

This commit is contained in:
rene 2026-04-24 08:03:13 +02:00
parent 0461f936ce
commit d32b802649
4 changed files with 15 additions and 48 deletions

View file

@ -2723,41 +2723,8 @@ html.modal-open {
pointer-events: none;
}
/* Wetter-Chip — oben rechts auf der Karte */
.map-weather-chip {
position: absolute;
top: var(--space-3);
right: var(--space-3);
z-index: 1000;
background: rgba(255,255,255,0.92);
backdrop-filter: blur(4px);
border: 1px solid var(--c-border-light);
border-radius: var(--radius-full);
padding: 5px 12px;
font-size: 13px;
color: var(--c-text);
box-shadow: 0 2px 8px rgba(0,0,0,0.12);
display: flex;
align-items: center;
gap: var(--space-2);
pointer-events: none;
user-select: none;
}
/* Wetter in Statusleiste */
.map-weather-chip--hidden { display: none; }
.map-weather-chip__temp { font-weight: 700; }
.map-weather-chip__desc { color: var(--c-text-secondary); font-size: 12px; }
.map-weather-chip__zecken {
background: #FEF3C7;
color: #92400E;
border-radius: var(--radius-full);
padding: 1px 7px;
font-size: 11px;
font-weight: 600;
}
.map-weather-chip__zecken--hoch {
background: #FEE2E2;
color: #991B1B;
}
/* Giftköder-Marker — pulsierend, rot, sofort erkennbar */
.poison-marker {