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

@ -46,5 +46,9 @@ table.info-table th {
/* Missing in bootstrap 2.0.2 */ /* Missing in bootstrap 2.0.2 */
.text-warning { .text-warning {
color: #c09853; color: #c09853;
}
table.clickable-rows > tbody > tr {
cursor: pointer;
} }