mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 17:37:49 +02:00
map marker style adjustments, more work to inspector.
This commit is contained in:
+5
-6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user