From 5bcd228f27b67b802fc6e82e3c62e3c43e293e8c Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 30 Apr 2014 10:23:04 -0400 Subject: [PATCH] Remove tag-highway from tunnel css, so railway and waterway tunnels get some opacity too. --- css/map.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/map.css b/css/map.css index 6704d0971..c07a9dcd7 100644 --- a/css/map.css +++ b/css/map.css @@ -724,11 +724,11 @@ path.shadow.tag-highway-bridleway.tag-bridge { /* tunnels */ -path.stroke.tag-highway.tag-tunnel { +path.stroke.tag-tunnel { stroke-opacity: 0.3; } -path.casing.tag-highway.tag-tunnel { +path.casing.tag-tunnel { stroke-opacity: 0.5; }