diff --git a/web/css/dynmap_style.css b/web/css/dynmap_style.css index ec8bb9d6..4b7f3058 100644 --- a/web/css/dynmap_style.css +++ b/web/css/dynmap_style.css @@ -22,6 +22,14 @@ background-image: url(../images/zoom-out.png); } +.leaflet-control-layers a { + background-image: url(../images/layers.png); +} + +.leaflet-popup-close-button { + background: white url(../images/popup-close.png); +} + /******************* * Page setup */ @@ -727,4 +735,4 @@ .balloonmessage { word-wrap: break-word; -} \ No newline at end of file +}