mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 10:14:13 +02:00
allow clicking on event search items
This commit is contained in:
parent
72c4b6ee08
commit
0112af009e
2 changed files with 6 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue