Promote develop → main (2026-05-01 14:09 UTC) #8

Zusammengeführt
IntelSight_Admin hat 13 Commits von develop nach main 2026-05-01 16:09:55 +02:00 zusammengeführt
2 geänderte Dateien mit 1 neuen und 11 gelöschten Zeilen
Nur Änderungen aus Commit 19038472cf werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@@ -2497,16 +2497,6 @@ a.dev-source-pill:hover {
z-index: 2; z-index: 2;
position: relative; position: relative;
} }
.ht-strip-cell.active::after {
content: '▼';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
font-size: 8px;
color: var(--accent);
pointer-events: none;
}
.ht-strip:has(.ht-strip-cell.active) .ht-strip-cell:not(.active):not(.empty) { .ht-strip:has(.ht-strip-cell.active) .ht-strip-cell:not(.active):not(.empty) {
opacity: 0.4; opacity: 0.4;
} }

Datei anzeigen

@@ -13,7 +13,7 @@
<link rel="stylesheet" href="/static/vendor/leaflet.css"> <link rel="stylesheet" href="/static/vendor/leaflet.css">
<link rel="stylesheet" href="/static/vendor/MarkerCluster.css"> <link rel="stylesheet" href="/static/vendor/MarkerCluster.css">
<link rel="stylesheet" href="/static/vendor/MarkerCluster.Default.css"> <link rel="stylesheet" href="/static/vendor/MarkerCluster.Default.css">
<link rel="stylesheet" href="/static/css/style.css?v=20260501d"> <link rel="stylesheet" href="/static/css/style.css?v=20260501e">
<style> <style>
/* Export Modal Radio */ /* Export Modal Radio */
.export-radio { display:flex; align-items:center; gap:10px; padding:8px 12px; cursor:pointer; border-radius:var(--radius-sm); transition:background 0.15s; border:1px solid transparent; margin-bottom:4px; } .export-radio { display:flex; align-items:center; gap:10px; padding:8px 12px; cursor:pointer; border-radius:var(--radius-sm); transition:background 0.15s; border:1px solid transparent; margin-bottom:4px; }