From ce8f108437603a79729471afcf8c5b12fb618dd8 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 27 Sep 2021 16:49:33 +0530 Subject: [PATCH] apply our usual button styles to the calendar export dropdown --- www/calendar/inner.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/calendar/inner.js b/www/calendar/inner.js index fbc910bdb..80b5606f2 100644 --- a/www/calendar/inner.js +++ b/www/calendar/inner.js @@ -513,7 +513,8 @@ define([ options: types, // Entries displayed in the menu isSelect: true, initialValue: '.ics', - common: common + common: common, + buttonCls: 'btn', }; var $select = UIElements.createDropdown(dropdownConfig); UI.prompt(Messages.exportPrompt,