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 */