]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/iD/iD.css.erb
Update to iD v1.2.0
[rails.git] / vendor / assets / iD / iD.css.erb
index 18c6c162610f9581cfccff51d7060cd2db89c3bb..44176cdf5633a9c487e4afa1ff2dea4ef9dcdc6f 100644 (file)
@@ -386,10 +386,6 @@ path.stroke.tag-leisure-park {
     stroke: #8cd05f;
 }
 
-path.stroke.tag-landuse-residential {
-    stroke: #e06e5f;
-}
-
 path.stroke.tag-landuse-retail,
 path.stroke.tag-landuse-commercial {
     stroke: #eab056;
@@ -1195,12 +1191,17 @@ text.point {
 
 /* GPX Paths */
 path.gpx {
-    stroke: #6AFF25;
+    stroke: #FF26D4;
     stroke-width: 2;
     fill: none;
     pointer-events: none;
 }
 
+/* GPS Labels */
+text.gpx {
+    fill:#FF26D4;
+}
+
 /* Modes */
 
 .mode-draw-line .vertex.active,