From ff60f3b6363ccf4e99ba444a59f532093f49f816 Mon Sep 17 00:00:00 2001
From: Yohan Boniface <yb@enix.org>
Date: Sun, 9 Jun 2013 19:15:35 +0200
Subject: [PATCH] CSS for data browser

See yohanboniface/Leaflet.Storage#52
---
 umap/static/umap/umap.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css
index c78ea33..7db8686 100644
--- a/umap/static/umap/umap.css
+++ b/umap/static/umap/umap.css
@@ -206,4 +206,8 @@ body.content #storage-ui-container {
 }
 #id_editors + br + span.helptext {
     display: none;
-}
\ No newline at end of file
+}
+.leaflet-control-browse .storage-browse-actions a.add-datalayer,
+.leaflet-control-browse .storage-browse-actions a.storage-browse-link {
+    background-color: SeaGreen;
+}
-- 
GitLab