]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/iD/iD.css.erb
Update to iD v2.9.1
[rails.git] / vendor / assets / iD / iD.css.erb
index 1c78271c6b0a3d24b969df6992315229eb300200..ed2a14b2fd866ba4ac586588f5fa44b332d0495b 100644 (file)
@@ -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 {