From 4decaec7bf07c704b7a57a15beac83b69334d4dc Mon Sep 17 00:00:00 2001 From: Michal Dziekonski Date: Wed, 27 Aug 2014 14:38:28 +0200 Subject: [PATCH] TableTools styles shouldn't override default BS styles --- integration/bootstrap/3/dataTables.bootstrap.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index 7e24362..2c36b48 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -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; }