Fix handle styling

This commit is contained in:
Tom MacWright
2012-12-03 16:37:40 -05:00
parent f149c899bb
commit c00ea92089
+1 -9
View File
@@ -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 {