Bootstrap - style link tags for active styling in row selection.

- THis fixes #33
pull/35/head
Allan Jardine 11 years ago
parent 3a222eec1c
commit 1f6bed3b75

@ -90,6 +90,10 @@ div.dataTables_scrollFoot table {
background-color: #0075b0 !important;
}
.table tbody tr.active a {
color: white;
}
.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
background-color: #017ebc;

@ -109,6 +109,10 @@ div.dataTables_scrollFoot table {
background-color: #0075b0 !important;
}
.table tbody tr.active a {
color: white;
}
.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
background-color: #017ebc;

Loading…
Cancel
Save