mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
29 lines
580 B
CSS
29 lines
580 B
CSS
#map {
|
|
|
|
}
|
|
|
|
.leaflet-container.move-cursor-enabled {
|
|
cursor: crosshair;
|
|
}
|
|
|
|
.leaflet-container.move-cursor-enabled {
|
|
cursor: crosshair;
|
|
}
|
|
|
|
.leaflet-container.attack-cursor-enabled {
|
|
cursor: url("../img/buttons/attack.png") 25 15,auto;
|
|
}
|
|
|
|
.leaflet-marker-icon.attack-cursor-enabled {
|
|
cursor: url("../img/buttons/attack.png") 25 15,auto;
|
|
}
|
|
|
|
.leaflet-container.formation-cursor-enabled {
|
|
cursor: url("../img/buttons/formation.png") 25 15,auto;
|
|
}
|
|
|
|
.leaflet-marker-icon.formation-cursor-enabled {
|
|
cursor: url("../img/buttons/formation.png") 25 15,auto;
|
|
}
|
|
|