From 73082121ece2d1e291c09734e105abdfb6e7f3a0 Mon Sep 17 00:00:00 2001
From: Yohan Boniface <yb@enix.org>
Date: Sun, 16 Feb 2014 16:18:44 +0100
Subject: [PATCH] Fieldset toggle has been moved to Leaflet.Storage

---
 umap/static/umap/umap.css | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css
index 54b69e5..49b0c3d 100644
--- a/umap/static/umap/umap.css
+++ b/umap/static/umap/umap.css
@@ -226,31 +226,6 @@ input:-moz-placeholder, :-moz-placeholder {
     background-color: #970b0e;
 }
 
-fieldset.toggle > * {
-    display: none;
-}
-
-fieldset.toggle .more_style_options,
-fieldset.toggle legend {
-    display: block;
-    cursor: pointer;
-}
-fieldset.toggle .more_style_options:before {
-    content: "…";
-}
-fieldset.toggle legend:before {
-    content: "â–¶";
-    padding-right: 5px;
-}
-fieldset.toggle.on legend:before {
-    content: "â–¼";
-}
-fieldset.toggle.on > * {
-    display: block;
-}
-fieldset.toggle.on .more_style_options {
-    display: none;
-}
 
 /* Map infos */
 .datalayer_color {
-- 
GitLab