mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Crosshair cursor when dragging node (fixes #952)
This commit is contained in:
+2
-1
@@ -916,7 +916,8 @@ text.point {
|
||||
.mode-draw-line #map:hover,
|
||||
.mode-draw-area #map:hover,
|
||||
.mode-add-line #map:hover,
|
||||
.mode-add-area #map:hover {
|
||||
.mode-add-area #map:hover,
|
||||
#map:hover .behavior-drag-node {
|
||||
cursor: crosshair;
|
||||
cursor: url(../img/cursor-draw.png) 9 9, crosshair;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user