21 lines
325 B
Plaintext
21 lines
325 B
Plaintext
// Rowlink.less
|
|
// CSS for rowlink plugin
|
|
// ----------------------
|
|
|
|
tr.rowlink:not(.nolink) 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;
|
|
}
|