From 1d6836cd7920678a5d2975b3a9c406e99dc293ad Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Mon, 4 Aug 2014 09:34:06 +0100 Subject: [PATCH] Fix #33 - More selective on link styling --- integration/bootstrap/3/dataTables.bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index 4a007be..d5395c8 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -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; }