Fix MU count's blocking clicking on other things.

This commit is contained in:
Fragger 2013-03-12 01:10:36 -07:00
parent ce6e7561e5
commit 14db5fd6ab

View File

@ -99,10 +99,11 @@ a:hover {
/* field mu count */ /* field mu count */
.fieldmu { .fieldmu {
color: #FFCE00; color: #FFCE00;
font-size:13px; font-size: 13px;
font-family: "coda",arial,helvetica,sans-serif; /*override leaflet-container */ font-family: "coda",arial,helvetica,sans-serif; /*override leaflet-container */
text-align: center; text-align: center;
text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black; text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
pointer-events: none;
} }