apply our usual button styles to the calendar export dropdown

This commit is contained in:
ansuz 2021-09-27 16:49:33 +05:30
parent baf9ab0c93
commit ce8f108437
1 changed files with 2 additions and 1 deletions

View File

@ -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,