forked from lix-project/hydra
Set mouse pointer to indicate you can click on rows
This commit is contained in:
parent
c0f9c9b4aa
commit
77fa6d2646
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue