Bootstrap (2): Add background z-index for collection

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

@ -1,4 +1,3 @@
div.dataTables_length label {
float: left;
text-align: left;
@ -127,6 +126,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