forked from lix-project/hydra
Set mouse pointer to indicate you can click on rows
This commit is contained in:
parent
c0f9c9b4aa
commit
77fa6d2646
|
@ -48,3 +48,7 @@ table.info-table th {
|
|||
.text-warning {
|
||||
color: #c09853;
|
||||
}
|
||||
|
||||
table.clickable-rows > tbody > tr {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue