From 05f09f7bb43ca20716c3f1ed050d0ce84ef7aef4 Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Sun, 31 Jul 2011 22:24:28 +0200 Subject: [PATCH] Fixed image of popup close button. --- web/css/dynmap_style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +}