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

Loading…
Cancel
Save