From a3099fadf5e72e7589bd211246e4af3a0b68914a Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 13 Feb 2019 14:18:36 -0500 Subject: [PATCH] Tweak line preset icon css --- css/50_misc.css | 2 +- css/80_app.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 {