From 7dba315974e86c745bcf75e0150ea0063cb26677 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 24 Jan 2013 18:09:20 -0500 Subject: [PATCH] Fix draw area cursors --- css/map.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/map.css b/css/map.css index 4ac65a962..8c98eb0e9 100644 --- a/css/map.css +++ b/css/map.css @@ -666,7 +666,9 @@ text.point.tag-amenity { } .mode-draw-line .way, -.mode-add-line .way { +.mode-draw-area .way, +.mode-add-line .way, +.mode-add-area .way { cursor:url(../img/cursor-draw-connect-line.png) 9 9, auto; }