mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
Add background circles for POIs, better select states for them.
This commit is contained in:
+13
-5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user