From 5c6a45d22dd7d03dc61d6ff1c683e8c911b31f6c Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 21 Dec 2012 15:46:19 -0800 Subject: [PATCH] Use cursor-select-acting.png (fixes #304) --- css/map.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/map.css b/css/map.css index 512ddaa66..97c62167a 100644 --- a/css/map.css +++ b/css/map.css @@ -120,6 +120,13 @@ path.area { cursor: url(../img/cursor-select-area.png), pointer; } +.mode-select g.marker.active, +.mode-select path.active, +.mode-select circle.handle.active, +.mode-select path.area.active { + cursor: url(../img/cursor-select-acting.png), pointer; +} + path.area.active { stroke-width:3 !important; }