Files
bootstrap/less/rowlink.less
2012-11-16 10:34:55 +01:00

21 lines
313 B
Plaintext

// Rowlink.less
// CSS for rowlink plugin
// ----------------------
tr.rowlink td {
cursor: pointer;
&.nolink {
cursor: auto;
}
}
.table tbody tr.rowlink:hover td {
background-color: darken(@tableBackgroundHover, 15%);
}
a.rowlink {
color: inherit;
font: inherit;
text-decoration: inherit;
}