From 1f6bed3b750c258297ccef1b36e87ef9aed53660 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 14 Nov 2013 09:36:42 +0000 Subject: [PATCH] Bootstrap - style link tags for active styling in row selection. - THis fixes #33 --- integration/bootstrap/2/dataTables.bootstrap.css | 4 ++++ integration/bootstrap/3/dataTables.bootstrap.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/integration/bootstrap/2/dataTables.bootstrap.css b/integration/bootstrap/2/dataTables.bootstrap.css index 00f19d4..1bdfa49 100644 --- a/integration/bootstrap/2/dataTables.bootstrap.css +++ b/integration/bootstrap/2/dataTables.bootstrap.css @@ -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; diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index 04ac512..0a597e6 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -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;