/* 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);
}
stroke-width: 1;
stroke-linecap: butt;
stroke-dasharray: 3, 3;
-}/* Cursors */
+}
+/* Cursors */
.nope,
.nope * {
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 {