From d067869ff111f3bd65a947af5a0e633514e5944f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 25 Mar 2018 17:49:25 +0000 Subject: [PATCH] Elastic: Make all input.pretty-checkbox elements pretty --- 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 f6c82dc3a..701a392a8 100644 --- a/skins/elastic/ui.js +++ b/skins/elastic/ui.js @@ -849,7 +849,7 @@ function rcube_elastic_ui() // The same for some other checkboxes // We do this here, not in setup() because we want to cover dialogs - $('.propform input[type=checkbox], .form-check > input, .popupmenu.form input[type=checkbox], .toolbarmenu input[type=checkbox]', context) + $('input.pretty-checkbox, .propform input[type=checkbox], .form-check > input, .popupmenu.form input[type=checkbox], .toolbarmenu input[type=checkbox]', context) .each(function() { pretty_checkbox(this); }); // Also when we add action-row of the form, e.g. Managesieve plugin adds them after the page is ready