From 9556be3b19c5c46e393b7ebaae7f402c03d992cb Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Mon, 1 Oct 2012 18:00:28 +0100 Subject: [PATCH] Fix: TableTools withdrop down menu needs flash items to be positioned over the buttons - 11885 --- integration/bootstrap/dataTables.bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration/bootstrap/dataTables.bootstrap.css b/integration/bootstrap/dataTables.bootstrap.css index 3727497..22a8d4c 100644 --- a/integration/bootstrap/dataTables.bootstrap.css +++ b/integration/bootstrap/dataTables.bootstrap.css @@ -115,6 +115,10 @@ ul.DTTT_dropdown.dropdown-menu a { color: #333 !important; /* needed only when demo_page.css is included */ } +ul.DTTT_dropdown.dropdown-menu li { + position: relative; +} + ul.DTTT_dropdown.dropdown-menu li:hover a { background-color: #0088cc; color: white !important;