From 65f514ee1048bf52c3244bb78de633f93872eada Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 15 Jan 2018 11:01:17 +0100 Subject: [PATCH] Don't assign .table.table-responsive-sm to datepicker popup --- skins/elastic/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/elastic/ui.js b/skins/elastic/ui.js index 2f9f13a60..8005979ed 100644 --- a/skins/elastic/ui.js +++ b/skins/elastic/ui.js @@ -733,7 +733,7 @@ function rcube_elastic_ui() }); // Make tables pretier - $('table:not(.propform,.listing)', context) + $('table:not(.propform,.listing,.ui-datepicker-calendar)', context) .filter(function() { // exclude direct propform children and external content return !$(this).parent().is('.propform')