mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-20 20:08:03 -05:00
21 lines
313 B
Plaintext
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;
|
|
}
|