diff --git a/src/static/css/geoint.css b/src/static/css/geoint.css index 0e5f2d1..788507a 100644 --- a/src/static/css/geoint.css +++ b/src/static/css/geoint.css @@ -36,20 +36,7 @@ filter: brightness(0.88) contrast(1.08) saturate(0.85); transition: filter 0.4s ease; } -.geoint-active::after { - content: ''; - position: absolute; - inset: 0; - pointer-events: none; - z-index: 800; - background: repeating-linear-gradient( - 0deg, - transparent, - transparent 3px, - rgba(0, 255, 100, 0.012) 3px, - rgba(0, 255, 100, 0.012) 6px - ); -} +/* Scanline-Overlay (subtiler Effekt, kein Blocking) */ .geoint-active .map-empty { display: none !important; } /* Gruener Akzent am Card-Header wenn aktiv */ @@ -297,12 +284,4 @@ [data-theme="light"] .geoint-active .leaflet-tile-pane { filter: brightness(0.95) contrast(1.05) saturate(0.9); } -[data-theme="light"] .geoint-active::after { - background: repeating-linear-gradient( - 0deg, - transparent, - transparent 3px, - rgba(0, 100, 50, 0.008) 3px, - rgba(0, 100, 50, 0.008) 6px - ); -} +/* Light theme scanline overlay disabled */ diff --git a/src/static/dashboard.html b/src/static/dashboard.html index ab0b136..a2bdbff 100644 --- a/src/static/dashboard.html +++ b/src/static/dashboard.html @@ -417,7 +417,7 @@ -
+
Keine Orte erkannt