messengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscord
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
615 B
26 lines
615 B
9 years ago
|
/*
|
||
|
* This file is generated as a starting point by Sencha Cmd - it will not be replaced or
|
||
|
* updated by "sencha package upgrade".
|
||
|
*
|
||
|
* This file can be removed and the script tag in theme.html removed if this theme does
|
||
|
* not need custom additional manifest or shortcut entries. These are documented in
|
||
|
* ./packages/ext-theme-base/sass/example/render.js.
|
||
|
*/
|
||
|
|
||
|
Ext.theme.addManifest(
|
||
|
{
|
||
|
xtype: 'button',
|
||
|
ui: 'plain-toolbar'
|
||
|
},
|
||
|
{
|
||
|
xtype: 'widget.panel',
|
||
|
ui: 'light'
|
||
|
},
|
||
|
{
|
||
|
xtype: 'widget.header',
|
||
|
ui: 'light'
|
||
|
}
|
||
|
);
|
||
|
|
||
|
//Ext.theme.addShortcuts();
|