From c4d772e9c25e7909651a58d71c6b9687b2f5e3ad Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 11 Mar 2013 14:13:39 -0700 Subject: [PATCH] Crosshair cursor when dragging node (fixes #952) --- css/map.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/map.css b/css/map.css index bf94a0f92..368b0ac15 100644 --- a/css/map.css +++ b/css/map.css @@ -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; }