apply our usual button styles to the calendar export dropdown
parent
baf9ab0c93
commit
ce8f108437
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue