bugs gefixt

This commit is contained in:
2026-06-16 17:27:50 +02:00
parent 2951e18d3f
commit 792d515b2d
3 changed files with 36 additions and 57 deletions
+11 -12
View File
@@ -3,8 +3,6 @@ html, body {
margin: 0;
}
body{
margin:0;
overflow:hidden;
@@ -201,7 +199,6 @@ select{
margin-bottom: 10px;
}
#disable.active-state {
background:
linear-gradient(
@@ -229,13 +226,11 @@ select:focus{
box-shadow:0 0 0 4px rgba(37,99,235,0.15), 0 8px 24px rgba(0,0,0,0.12);
}
#disable:hover{
transform:translateY(-1px);
box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
*{
transition:
background 0.2s,
@@ -400,7 +395,7 @@ position: absolute;
color: #ffffff;
}
#potree_render_area {
#potree_render_area {
pointer-events: none;
}
@@ -427,12 +422,20 @@ position: absolute;
}
#rendererToggle[data-active="deckgl"] {
background: linear-gradient(135deg, rgba(18,77,216,0.92) 10%, rgba(13,61,175,0.92) 60%, rgba(6,45,135,0.92) 100%);
background: linear-gradient(
135deg,
rgba(18,77,216,0.92) 10%,
rgba(13,61,175,0.92) 60%,
rgba(6,45,135,0.92) 100%);
color: #ffffff;
}
#rendererToggle[data-active="potree"] {
background: linear-gradient(135deg, rgba(22,163,74,0.92) 10%, rgba(15,118,54,0.92) 60%, rgba(6,78,32,0.92) 100%);
background: linear-gradient(
135deg,
rgba(22,163,74,0.92) 10%,
rgba(15,118,54,0.92) 60%,
rgba(6,78,32,0.92) 100%);
color: #ffffff;
}
@@ -552,14 +555,10 @@ position: absolute;
color: #555;
}
/* Blendet das Icon selbst aus */
.lidar-control-icon {
display: none !important;
}
/* Findet den MapLibre-Button, der das Lidar-Icon beinhaltet,
und versteckt den kompletten Button (inklusive Rahmen und Hintergrund) */
.maplibregl-ctrl:has(.lidar-control-icon),
.maplibregl-ctrl-group:has(.lidar-control-icon),
button:has(.lidar-control-icon) {