From c00ea920899f4be6d2a7d208fc1d33018f6c9919 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Mon, 3 Dec 2012 16:37:40 -0500 Subject: [PATCH] Fix handle styling --- css/map.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/css/map.css b/css/map.css index 7ea106438..addce6fbf 100644 --- a/css/map.css +++ b/css/map.css @@ -20,16 +20,8 @@ g.marker.active circle { } /* interactive elements */ -rect.handle { +image.handle { cursor: move; - stroke-width: 1; - stroke:#000; - fill:#FFF694; -} - -rect.handle.active { - stroke:red; - fill:#FFC5C5; } circle.teaser-point {