map marker style adjustments, more work to inspector.

This commit is contained in:
Saman Bemel-Benrud
2012-12-14 12:10:02 -05:00
parent 6007cbd605
commit a78b10a765
6 changed files with 111 additions and 19 deletions
+5 -6
View File
@@ -9,14 +9,13 @@ path, image.marker {
g.marker circle {
fill:#fff;
stroke:#888;
stroke-width:1;
}
g.marker.hover circle,
g.marker.active circle {
stroke-width:2;
stroke:#000;
fill:#FCFFAF;
fill:#ffff00;
stroke-width:4;
stroke:#fff
}
/* interactive elements */
@@ -33,7 +32,7 @@ circle.handle.hover {
}
circle.handle.active {
fill: #6bc641;
fill: #ffff00;
}
circle.accuracy-handle {