Don't assign .table.table-responsive-sm to datepicker popup

pull/5742/merge
Aleksander Machniak 7 years ago
parent c03add5bf9
commit 65f514ee10

@ -733,7 +733,7 @@ function rcube_elastic_ui()
}); });
// Make tables pretier // Make tables pretier
$('table:not(.propform,.listing)', context) $('table:not(.propform,.listing,.ui-datepicker-calendar)', context)
.filter(function() { .filter(function() {
// exclude direct propform children and external content // exclude direct propform children and external content
return !$(this).parent().is('.propform') return !$(this).parent().is('.propform')

Loading…
Cancel
Save