mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Better look for mapillary markers
This commit is contained in:
+14
-7
@@ -1182,23 +1182,30 @@ text.gpx {
|
||||
}
|
||||
|
||||
.layer-mapillary g * {
|
||||
stroke-width: 2;
|
||||
stroke: #ffc600;
|
||||
stroke-width: 1;
|
||||
stroke: #444;
|
||||
fill: #ffc600;
|
||||
}
|
||||
|
||||
.layer-mapillary g:hover * {
|
||||
stroke-width: 2;
|
||||
stroke: #ff9900;
|
||||
stroke-width: 1;
|
||||
stroke: #333;
|
||||
fill: #ff9900;
|
||||
}
|
||||
|
||||
.layer-mapillary g.selected * {
|
||||
stroke-width: 4;
|
||||
stroke: #ff5800;
|
||||
.layer-mapillary g.selected * {
|
||||
stroke-width: 2;
|
||||
stroke: #222;
|
||||
fill: #ff5800;
|
||||
}
|
||||
|
||||
.layer-mapillary g:hover path.viewfield,
|
||||
.layer-mapillary g.selected path.viewfield,
|
||||
.layer-mapillary g path.viewfield {
|
||||
stroke-width: 0;
|
||||
fill-opacity: 0.6;
|
||||
}
|
||||
|
||||
/* Modes */
|
||||
|
||||
.mode-draw-line .vertex.active,
|
||||
|
||||
Reference in New Issue
Block a user