Files
bootstrap/less/jasny/rowlink.less
2012-09-05 11:46:17 +02: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;
}