From 09ba01dcdaa934ebefdedf9e6be1e382c238959a Mon Sep 17 00:00:00 2001
From: Yohan Boniface <yb@enix.org>
Date: Mon, 16 Jun 2014 23:24:32 +0200
Subject: [PATCH] Remove color from popup footer and layer controls

---
 umap/static/umap/umap.css | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css
index ac1060c..8ba83b8 100644
--- a/umap/static/umap/umap.css
+++ b/umap/static/umap/umap.css
@@ -581,10 +581,7 @@ body.content #storage-ui-container {
 #id_editors + br + span.helptext {
     display: none;
 }
-.storage-loader,
-.leaflet-popup-content .storage-popup-footer,
-.leaflet-control-browse .storage-browse-actions a.add-datalayer,
-.leaflet-control-browse .storage-browse-actions a.storage-browse-link {
+.storage-loader {
     background-color: #79c1c0 !important;
 }
 
-- 
GitLab