From a8cd845831f970ad129b164a065e718cc55f4e3f Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 17 Jan 2013 20:50:58 -0800 Subject: [PATCH] Use area cursors for multipolygons for now --- css/map.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/map.css b/css/map.css index bf600b18d..5977887a6 100644 --- a/css/map.css +++ b/css/map.css @@ -326,7 +326,9 @@ text.tag-oneway { } .mode-select .area, -.mode-browse .area { +.mode-browse .area, +.mode-select .multipolygon, +.mode-browse .multipolygon { cursor: url(../img/cursor-select-area.png), pointer; } @@ -339,6 +341,7 @@ text.tag-oneway { .vertex:active, .line:active, .area:active, +.multipolygon:active, .midpoint:active, .mode-select .selected { cursor: url(../img/cursor-select-acting.png), pointer;