Replace Leaflet layers icon with a simple b/w that fits in better (#114)
This commit is contained in:
parent
cc7d3f411b
commit
607659317f
2 changed files with 19 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue