From fe87636f1719ae7005e65d8689ed63d5dad8a490 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Sat, 5 Oct 2013 20:09:15 +0100 Subject: [PATCH] Bootstrap: Add z-index for the collection background --- integration/bootstrap/3/dataTables.bootstrap.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index 59f6e7c..e46ebd1 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -1,4 +1,3 @@ - div.dataTables_length label { font-weight: normal; float: left; @@ -132,6 +131,10 @@ ul.DTTT_dropdown.dropdown-menu li:hover a { color: white !important; } +div.DTTT_collection_background { + z-index: 2002; +} + /* TableTools information display */ div.DTTT_print_info.modal { height: 150px;