diff --git a/css/50_misc.css b/css/50_misc.css index 8c8ad1c3b..b1c9b2011 100644 --- a/css/50_misc.css +++ b/css/50_misc.css @@ -352,7 +352,7 @@ path.line.casing.tag-status { } /* Road Closed Status */ -.preset-icon .icon.tag-highway-construction { +.preset-icon .icon.tag-highway.tag-status-construction { color: #fc6c14; fill: #fff; } diff --git a/css/80_app.css b/css/80_app.css index a084a399d..fdd2bac64 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -954,13 +954,16 @@ a.hide-toggle { left: 10px; top: 30px; } +.preset-icon-line path.line { + cursor: inherit; +} /* use a consistent stroke width */ .preset-icon-line path.line.stroke { stroke-width: 2 !important; } .preset-icon-line path.line.casing { - stroke-width: 4 !important; + stroke-width: 3.5 !important; } .preset-icon-fill-area {