ORIENT/modules/system/assets/ui/less/list.rowlink.less

21 lines
312 B
Plaintext

// Rowlink.less
// CSS for rowlink plugin
// ----------------------
tr.rowlink td {
cursor: pointer;
&.nolink {
cursor: auto;
}
}
.table tbody tr.rowlink:hover td {
background-color: @table-bg-hover;
}
a.rowlink {
color: inherit;
font: inherit;
text-decoration: inherit;
}