From ac95c901ed6c3c03641c41b37728f00e58f465bd Mon Sep 17 00:00:00 2001 From: Komzpa Date: Fri, 17 Feb 2012 15:13:47 +0300 Subject: [PATCH] z-index for playgrounds --- src/styles/osmosnimki-maps.mapcss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/osmosnimki-maps.mapcss b/src/styles/osmosnimki-maps.mapcss index e9d17be..6484011 100644 --- a/src/styles/osmosnimki-maps.mapcss +++ b/src/styles/osmosnimki-maps.mapcss @@ -312,21 +312,21 @@ area|z13-[aeroway=aerodrome] {color: #008ac6; width: 0.8; z-index:5; background- area|z12-14[leisure=stadium], area|z12-14[leisure=pitch], -{background-color: #e3deb1; casing-width:0.1; casing-color: #996703; z-index:5;} +{background-color: #e3deb1; casing-width:0.1; casing-color: #996703; z-index:10;} area|z12-14[leisure=track], area|z12-14[leisure=playground], -{background-color: #DEE7B4; casing-width:0.1; casing-color: #996703; z-index:5;} +{background-color: #DEE7B4; casing-width:0.1; casing-color: #996703; z-index:10;} area|z15-[leisure=stadium], area|z15-[leisure=pitch], -{background-color: #e3deb1; casing-width:0.2; casing-color: #996703; z-index:5;} +{background-color: #e3deb1; casing-width:0.2; casing-color: #996703; z-index:10;} area|z15-[leisure=track], area|z15-[leisure=playground], -{background-color: #DEE7B4; casing-width:0.2; casing-color: #996703; z-index:5;} +{background-color: #DEE7B4; casing-width:0.2; casing-color: #996703; z-index:10;}