Bootstrap: Add z-index for the collection background

pull/31/head
Allan Jardine 11 years ago
parent e30998857e
commit fe87636f17

@ -1,4 +1,3 @@
div.dataTables_length label { div.dataTables_length label {
font-weight: normal; font-weight: normal;
float: left; float: left;
@ -132,6 +131,10 @@ ul.DTTT_dropdown.dropdown-menu li:hover a {
color: white !important; color: white !important;
} }
div.DTTT_collection_background {
z-index: 2002;
}
/* TableTools information display */ /* TableTools information display */
div.DTTT_print_info.modal { div.DTTT_print_info.modal {
height: 150px; height: 150px;

Loading…
Cancel
Save