Improved TrackMessages: highlight matching row when hovering route on map
This commit is contained in:
parent
db2c43c973
commit
f2d034ce8a
3 changed files with 92 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue