From 4037d0306d58d592df91fc6dc487fe188029254b Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Sat, 27 Oct 2018 10:55:10 -0700 Subject: [PATCH] Makes the styling of paths with location=underwater the same as tunnels or location=underground --- css/50_misc.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/50_misc.css b/css/50_misc.css index 3ebbf2a5bb..d78560f26c 100644 --- a/css/50_misc.css +++ b/css/50_misc.css @@ -163,11 +163,13 @@ path.casing.tag-highway-bridleway.tag-bridge { /* tunnels */ path.stroke.tag-tunnel, -path.line.stroke.tag-location-underground { +path.line.stroke.tag-location-underground, +path.line.stroke.tag-location-underwater { stroke-opacity: 0.3; } path.casing.tag-tunnel, -path.line.casing.tag-location-underground { +path.line.casing.tag-location-underground, +path.line.stroke.tag-location-underwater { stroke-opacity: 0.5; stroke-linecap: butt; stroke-dasharray: none;