X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d23f2625437a93e028fbe74d1c606f8d30698a1e..a805e0b545a37b19a4162e71850bef9aba9d6628:/vendor/assets/iD/iD.css.erb diff --git a/vendor/assets/iD/iD.css.erb b/vendor/assets/iD/iD.css.erb index 388dc8111..44176cdf5 100644 --- a/vendor/assets/iD/iD.css.erb +++ b/vendor/assets/iD/iD.css.erb @@ -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, @@ -2679,13 +2680,13 @@ input[type=number] { vertical-align: top; } +.form-field .localized-wrap { + padding: 0 10px; +} + .form-field .localized-wrap .entry { position: relative; overflow: hidden; - background: #f1f1f1; - border: 1px solid #ccc; - border-width: 0; - border-radius: 4px; } .form-field .localized-wrap .entry::before { @@ -4019,7 +4020,7 @@ img.wiki-image { .huge-modal-button .illustration { height: 100px; width: 100px; - background: rgba(0, 0, 0, 0) url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat -301px -220px; + background: rgba(0, 0, 0, 0) url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat -400px -220px; margin: auto; } /* This file is generated by make. Do NOT edit manually. */