Highlight table row on hover

This commit is contained in:
RunasSudo 2020-05-10 23:13:50 +10:00
parent 41fc8b2442
commit f470182e49
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ table.ledger th.h1 {
text-align: center;
}
table.ledger tr:hover {
background-color: #eee;
}
table.ledger tr.total td {
font-weight: bold;
}