TableTools styles shouldn't override default BS styles

pull/91/head
Michal Dziekonski 10 years ago
parent 4fd9d7921a
commit 4decaec7bf

@ -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