Add background circles for POIs, better select states for them.

This commit is contained in:
Tom MacWright
2012-11-13 12:29:59 -05:00
parent fecf75a668
commit 23a0470f44
2 changed files with 38 additions and 23 deletions
+13 -5
View File
@@ -7,6 +7,18 @@ path, image.marker {
cursor: pointer;
}
g.marker circle {
fill:#fff;
stroke:#888;
stroke-width:1;
}
g.marker.active circle {
stroke-width:2;
stroke:#000;
fill:#FCFFAF;
}
/* interactive elements */
circle.handle {
cursor: move;
@@ -29,14 +41,10 @@ circle.teaser-point {
.casing.active {
stroke:#FFF9C9;
stroke-opacity:0.5;
stroke-opacity:1;
stroke-width:8;
}
image.marker {
background:#fff;
}
.stroke {
stroke: #555;
stroke-linecap:round;