From a1b8da53569df6dcf1c70589ab7a98494b399b18 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Tue, 13 Nov 2012 23:20:03 +0200 Subject: [PATCH] more css fiddling --- dist/leaflet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/leaflet.css b/dist/leaflet.css index 35581bbb..e2f1eb2b 100644 --- a/dist/leaflet.css +++ b/dist/leaflet.css @@ -192,7 +192,7 @@ .leaflet-control-zoom { margin-left: 13px; margin-top: 12px; - box-shadow: 0 0 8px #777; + box-shadow: 0 0 8px rgba(0,0,0,0.4); border: 1px solid #888; -webkit-border-radius: 5px; border-radius: 5px; @@ -248,7 +248,7 @@ /* layers control */ .leaflet-control-layers { - box-shadow: 0 1px 7px #777; + box-shadow: 0 1px 7px rgba(0,0,0,0.4); background: #f8f8f9; -webkit-border-radius: 8px; border-radius: 8px;