From 444357348a5803340b89f027aa160d9fab7eb070 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 22 Oct 2015 16:12:15 -0400 Subject: [PATCH] Remove inset box for residential, commercial, industrial preset images --- css/map.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/css/map.css b/css/map.css index 7614b3241..ef94e0092 100644 --- a/css/map.css +++ b/css/map.css @@ -287,8 +287,7 @@ path.fill.tag-landuse-residential { } .preset-icon-fill-area.tag-landuse-residential { border-color: rgb(196, 189, 25); - background: none; - box-shadow: inset 0 0 0 5px rgba(196, 189, 25, 0.3); + background: rgba(196, 189, 25, 0.3); } path.stroke.tag-landuse-retail, @@ -303,8 +302,7 @@ path.fill.tag-landuse-commercial { .preset-icon-fill-area.tag-landuse-retail, .preset-icon-fill-area.tag-landuse-commercial { border-color: rgb(214, 136, 26); - background: none; - box-shadow: inset 0 0 0 5px rgba(214, 136, 26, 0.3); + background-color: rgba(214, 136, 26, 0.3); } path.stroke.tag-landuse-industrial { @@ -316,8 +314,7 @@ path.fill.tag-landuse-industrial { } .preset-icon-fill-area.tag-landuse-industrial { border-color: rgb(228, 164, 245); - background: none; - box-shadow: inset 0 0 0 5px rgba(228, 164, 245, 0.3); + background-color: rgba(228, 164, 245, 0.3); } path.stroke.tag-landuse-quarry {