Merge pull request #621 from tbsmark86/road-quality

Road surface as quality color + highlight matching row when hovering route on map
This commit is contained in:
Norbert Renner 2022-11-03 11:55:22 +01:00 committed by GitHub
commit b3e788eec4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 242 additions and 9 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);
}