From 5b3bcad7b2695702c7959d56756e66c66de2850d Mon Sep 17 00:00:00 2001 From: feliciaan Date: Wed, 10 Dec 2014 14:02:26 +0100 Subject: [PATCH] Added transparancy --- map.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/map.css b/map.css index 023f41c..f16f360 100644 --- a/map.css +++ b/map.css @@ -27,4 +27,7 @@ td { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; + background: rgba(255,255,255,0.0); + /*box-shadow: 0 0 15px rgba(0,0,0,0.2); + border-radius: 5px;*/ }