From bea269e8df936fc769d0aaf7d31fc3597a41ae06 Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Wed, 27 Jul 2011 19:34:42 +0200 Subject: [PATCH] Fixed zoomin/out icons again. --- web/css/dynmap_style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/web/css/dynmap_style.css b/web/css/dynmap_style.css index 02533cfb..304b5287 100644 --- a/web/css/dynmap_style.css +++ b/web/css/dynmap_style.css @@ -11,6 +11,17 @@ margin-right: 20px !important; } +/******************* + * Leaflet overrides + */ +.leaflet-control-zoom-in { + background-image: url(../images/zoom-in.png) !important; +} + +.leaflet-control-zoom-out { + background-image: url(../images/zoom-out.png); +} + /******************* * Page setup */