Add switch to turn off centering hovered data table entry on map (#241)

This commit is contained in:
Norbert Renner 2019-11-30 09:38:12 +01:00
parent a70cf43838
commit a585dde182
4 changed files with 40 additions and 5 deletions

View file

@ -519,6 +519,19 @@ table.dataTable.display tbody tr.even:hover {
justify-content: center;
}
/* corresponding to leaflet-sidebar-expand/-close in leaflet-sidebar-v2 */
.sync-map {
float: right;
width: 36px;
height: 36px;
text-align: center;
cursor: pointer;
color: #333;
}
.sync-map.active {
color: #0074d9;
}
/*
* CodeMirror
*/