X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1285bcbd712044720c15e2de2e6bacaf4b0b0a92..724d92d5f1992a2327982144e66697516ab82d8b:/vendor/assets/iD/iD.css.erb diff --git a/vendor/assets/iD/iD.css.erb b/vendor/assets/iD/iD.css.erb index 1c78271c6..ed2a14b2f 100644 --- a/vendor/assets/iD/iD.css.erb +++ b/vendor/assets/iD/iD.css.erb @@ -1904,17 +1904,14 @@ path.casing.tag-status { /* Buildings */ -path.stroke.tag-building, -path.stroke.tag-amenity-shelter { +path.stroke.tag-building { stroke: rgb(224, 110, 95); } -path.fill.tag-building, -path.fill.tag-amenity-shelter { +path.fill.tag-building { stroke: rgba(224, 110, 95, 0.3); fill: rgba(224, 110, 95, 0.3); } -.preset-icon-fill-area.tag-building, -.preset-icon-fill-area.tag-amenity-shelter { +.preset-icon-fill-area.tag-building { border-color: rgb(224, 110, 95); background-color: rgba(224, 110, 95, 0.3); } @@ -1956,7 +1953,8 @@ path.stroke.tag-man_made-pier { stroke-width: 1; stroke-linecap: butt; stroke-dasharray: 3, 3; -}/* Cursors */ +} +/* Cursors */ .nope, .nope * { @@ -2246,6 +2244,21 @@ path.stroke.tag-man_made-pier { background-repeat: no-repeat no-repeat; } +label.streetside-hires { + float: left; + padding: 0 10px; + cursor: pointer; +} +.streetside-hires span { + margin-top: 2px; +} +.streetside-hires input[type="checkbox"] { + float: left; + width: 12px; + height: 12px; + margin: 0 5px; +} + /* Mapillary viewer */ #mly .domRenderer .TagSymbol {