This commit is contained in:
2026-02-25 00:55:25 +01:00
parent 177829ccb6
commit 1a05a53b6f
3 changed files with 10 additions and 1 deletions

View File

@@ -167,6 +167,14 @@ table.tracks td.number {
text-align: right;
}
table.tracks tr {
cursor: default;
}
table.tracks tr:hover {
background: #e0e0e0;
}
table.tracks tr.current {
font-weight: bold;
color: blue;