Crosshair cursor when dragging node (fixes #952)

This commit is contained in:
John Firebaugh
2013-03-11 14:13:39 -07:00
parent 79ae138a19
commit c4d772e9c2
+2 -1
View File
@@ -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;
}