Replace Leaflet layers icon with a simple b/w that fits in better (#114)

This commit is contained in:
Norbert Renner 2018-07-24 17:14:49 +02:00
parent cc7d3f411b
commit 607659317f
2 changed files with 19 additions and 1 deletions

View file

@ -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
*/