allow clicking on event search items

This commit is contained in:
Robin Appelman 2024-12-07 13:40:30 +01:00
commit 0112af009e
2 changed files with 6 additions and 3 deletions

View file

@ -13,11 +13,12 @@ table.event-list {
line-height: 34px;
table-layout: fixed;
tr.highlighted {
tr.highlighted, tr:hover {
background: #3a3a3a;
}
td {
cursor: pointer;
vertical-align: top;
padding: 0 3px;
}