stroke: #a6957b;
}
+path.stroke.tag-landuse-landfill {
+ stroke: #ff9933;
+}
+
path.stroke.tag-landuse-residential,
path.stroke.tag-landuse-construction {
stroke: #e06e5f;
path.fill.tag-landuse-quarry {
fill: #a6957b;
+ fill-opacity: 0.2;
+}
+
+path.fill.tag-landuse-landfill {
+ fill: #ff8800;
+ fill-opacity: 0.2;
}
path.fill.tag-landuse-residential {
display: inline-block;
height:40px;
border-radius:4px;
- /* Crashes Safari: https://github.com/systemed/iD/issues/1188 */
+ /* Crashes Safari: https://github.com/openstreetmap/iD/issues/1188 */
/*-webkit-transition: all 100ms;*/
-moz-transition: all 100ms;
-o-transition: all 100ms;
.form-field .addr-number {
width: 33.3333%;
- border-left: 0;
- border-right: 0;
- border-bottom: 0;
+ border: 0;
border-radius: 0;
}
.form-field .addr-street {
width: 66.6666%;
+ border-top: 0;
border-right: 0;
border-bottom: 0;
border-radius: 0;
.tag-reference-body {
overflow: hidden;
+ clear: both;
}
.tag-reference-body p,
height:18px;
}
-.background-control .layer-toggle-gpx button {
+.background-control .layer-list button {
float: right;
height: 100%;
width: 10%;
border-radius: 0;
}
-.background-control .layer-toggle-gpx button .icon {
+.background-control .layer-list button .icon {
opacity: 0.5;
}
-.background-control .layer-toggle-gpx button.layer-extent {
+.background-control .layer-list button:first-of-type {
border-radius: 0 3px 3px 0;
}