From c2ac0518b886a5c91a334eaba86289ef224c9af1 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Sat, 26 Apr 2014 13:32:59 -0700 Subject: [PATCH] Fix more fill opacities --- css/map.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/css/map.css b/css/map.css index 26f2abfa5..6704d0971 100644 --- a/css/map.css +++ b/css/map.css @@ -673,15 +673,13 @@ path.casing.tag-aeroway-runway { stroke-linecap: square; } path.fill.tag-aeroway-runway { - fill: #000; - fill-opacity: 0.6; + fill: rgba(0, 0, 0, 0.6); } path.stroke.tag-aeroway-apron { stroke: #805C80; } path.fill.tag-aeroway-apron { - fill: #805C80; - fill-opacity: 0.2; + fill: rgba(128, 92, 128, 0.2); } @@ -787,7 +785,7 @@ path.casing.tag-highway-construction { /* waterways */ path.fill.tag-waterway { - fill: #77d3de; + fill: rgba(119, 211, 222, 0.3); } path.stroke.tag-waterway {