Fix: TableTools withdrop down menu needs flash items to be positioned over the buttons - 11885

pull/6/head
Allan Jardine 12 years ago
parent 7ccb67c2ae
commit 9556be3b19

@ -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;

Loading…
Cancel
Save