@mytec: WebGL works
This commit is contained in:
@@ -35,6 +35,31 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 0;
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
/* Remove grab cursor from interactive layers */
|
||||
.leaflet-interactive {
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
/* Grabbing only when actually dragging */
|
||||
.leaflet-container.leaflet-dragging,
|
||||
.leaflet-container:active {
|
||||
cursor: grabbing !important;
|
||||
}
|
||||
|
||||
/* Tool-specific cursors (applied via JS class toggle) */
|
||||
.leaflet-container.tool-ruler {
|
||||
cursor: crosshair !important;
|
||||
}
|
||||
|
||||
.leaflet-container.tool-rx-placement {
|
||||
cursor: crosshair !important;
|
||||
}
|
||||
|
||||
.leaflet-container.tool-site-placement {
|
||||
cursor: cell !important;
|
||||
}
|
||||
|
||||
/* Dark mode map tiles (invert brightness slightly) */
|
||||
|
||||
Reference in New Issue
Block a user