Set mouse pointer to indicate you can click on rows

This commit is contained in:
Eelco Dolstra 2013-02-22 18:13:18 +01:00
parent c0f9c9b4aa
commit 77fa6d2646

View file

@ -48,3 +48,7 @@ table.info-table th {
.text-warning { .text-warning {
color: #c09853; color: #c09853;
} }
table.clickable-rows > tbody > tr {
cursor: pointer;
}