From 14db5fd6ab7ad3ba762689da18eccbd16f5e21bb Mon Sep 17 00:00:00 2001 From: Fragger Date: Tue, 12 Mar 2013 01:10:36 -0700 Subject: [PATCH] Fix MU count's blocking clicking on other things. --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 872dcca5..f0bbd536 100644 --- a/style.css +++ b/style.css @@ -99,10 +99,11 @@ a:hover { /* field mu count */ .fieldmu { color: #FFCE00; - font-size:13px; + font-size: 13px; font-family: "coda",arial,helvetica,sans-serif; /*override leaflet-container */ text-align: center; text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black; + pointer-events: none; }