X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/99c54bc5b6c06f9457d45cdd42bd078b20ffb779..424b6ef1cf760c4a3e27ac1e6f612ae42a9cd493:/vendor/assets/iD/iD.css.erb diff --git a/vendor/assets/iD/iD.css.erb b/vendor/assets/iD/iD.css.erb index 19ee6b510..75ea2d0ac 100644 --- a/vendor/assets/iD/iD.css.erb +++ b/vendor/assets/iD/iD.css.erb @@ -163,7 +163,7 @@ input::-moz-focus-inner { } /* base styles */ .layer-osm path:not(.oneway-marker-path) { /* IE/Edge needs :not(.oneway) */ - fill: none; + fill: none; } .layer-osm path.viewfield-marker-path { /* IE/Edge rule for marker style */ fill: #333; @@ -434,10 +434,25 @@ path.gpx { fill: none; } -text.gpx { +text.gpxlabel-halo, +text.gpxlabel { + font-size: 10px; + font-weight: bold; + dominant-baseline: middle; +} + +text.gpxlabel { fill: #ff26d4; } +text.gpxlabel-halo { + opacity: 0.7; + stroke: #000; + stroke-width: 5px; + stroke-miterlimit: 1; +} + + /* Default - light gray */ path.area.stroke { stroke: #ddd; @@ -2217,6 +2232,7 @@ path.fill.tag-amenity-shelter { } .fill-wireframe .point, +.fill-wireframe .vertex.active, .fill-wireframe .areaicon, .fill-wireframe .areaicon-halo, .fill-wireframe path.casing,