mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
feat: added specific cursors for different context actions and spawns
This commit is contained in:
@@ -184,5 +184,53 @@ path.leaflet-interactive:focus {
|
||||
}
|
||||
|
||||
.attack-cursor {
|
||||
cursor: url("./images/buttons/context/attack.svg"), auto !important;
|
||||
cursor: url("./images/cursors/attack.svg"), auto !important;
|
||||
}
|
||||
|
||||
.follow-cursor {
|
||||
cursor: url("./images/cursors/follow.svg"), auto !important;
|
||||
}
|
||||
|
||||
.fire-at-area-cursor, .bomb-cursor, .carpet-bomb-cursor {
|
||||
cursor: url("./images/cursors/fire-at-area.svg"), auto !important;
|
||||
}
|
||||
|
||||
.land-cursor {
|
||||
cursor: url("./images/cursors/land.svg"), auto !important;
|
||||
}
|
||||
|
||||
.land-at-point-cursor {
|
||||
cursor: url("./images/cursors/land-at-point.svg"), auto !important;
|
||||
}
|
||||
|
||||
.simulate-fire-fight-cursor {
|
||||
cursor: url("./images/cursors/simulate-fire-fight.svg"), auto !important;
|
||||
}
|
||||
|
||||
#map-container.leaflet-grab {
|
||||
cursor: url("./images/cursors/grab.svg") 16 16, auto;
|
||||
}
|
||||
|
||||
.explosion-cursor {
|
||||
cursor: url("./images/cursors/explosion.svg"), auto !important;
|
||||
}
|
||||
|
||||
.smoke-white-cursor {
|
||||
cursor: url("./images/cursors/smoke-white.svg"), auto !important;
|
||||
}
|
||||
|
||||
.smoke-blue-cursor {
|
||||
cursor: url("./images/cursors/smoke-blue.svg"), auto !important;
|
||||
}
|
||||
|
||||
.smoke-red-cursor {
|
||||
cursor: url("./images/cursors/smoke-red.svg"), auto !important;
|
||||
}
|
||||
|
||||
.smoke-green-cursor {
|
||||
cursor: url("./images/cursors/smoke-green.svg"), auto !important;
|
||||
}
|
||||
|
||||
.smoke-orange-cursor {
|
||||
cursor: url("./images/cursors/smoke-orange.svg"), auto !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user