Add switch to turn off centering hovered data table entry on map (#241)
This commit is contained in:
parent
a70cf43838
commit
a585dde182
4 changed files with 40 additions and 5 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue