Fix #33 - More selective on link styling

pull/80/head
Allan Jardine 10 years ago
parent cb7f4843ef
commit 1d6836cd79

@ -141,7 +141,8 @@ div.dataTables_scrollHead table.table-bordered {
background-color: #0075b0 !important;
}
.table tbody tr.active a {
.table tbody tr.active th > a,
.table tbody tr.active td > a {
color: white;
}

Loading…
Cancel
Save