From 607659317f64fc64446911b254f4045a5cd6143a Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Tue, 24 Jul 2018 17:14:49 +0200 Subject: [PATCH] Replace Leaflet layers icon with a simple b/w that fits in better (#114) --- css/style.css | 7 +++++++ index.html | 13 ++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 94172e4..9538acf 100644 --- a/css/style.css +++ b/css/style.css @@ -368,6 +368,13 @@ table.dataTable.display tbody tr.even:hover { display: none; } +/* layers svg icon not properly centered */ +.leaflet-sidebar-tabs > ul > li > a[href="#tab_layers_control"] { + display: flex; + align-items: center; + justify-content: center; +} + /* * CodeMirror */ diff --git a/index.html b/index.html index 6339694..f270afc 100644 --- a/index.html +++ b/index.html @@ -185,7 +185,18 @@