Improved TrackMessages: highlight matching row when hovering route on map

This commit is contained in:
Tobias 2022-09-23 22:00:36 +02:00
parent db2c43c973
commit f2d034ce8a
3 changed files with 92 additions and 5 deletions

View file

@ -567,6 +567,7 @@ table.dataTable thead .sorting {
table.track-analysis-table tbody tr:hover,
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.hoverRoute,
table.dataTable.display tbody tr:hover {
background-color: rgba(255, 255, 0, 0.3);
}