Merge pull request #91 from mdziekon/patch-1

TableTools styles shouldn't override default BS styles
pull/92/head
Allan Jardine 10 years ago
commit b4975f94cb

@ -131,24 +131,24 @@ div.dataTables_scrollHead table.table-bordered {
/*
* TableTools styles
*/
.table tbody tr.active td,
.table tbody tr.active th {
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
background-color: #08C;
color: white;
}
.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
background-color: #0075b0 !important;
}
.table tbody tr.active th > a,
.table tbody tr.active td > a {
.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
color: white;
}
.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
background-color: #017ebc;
}

Loading…
Cancel
Save