extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
19 lines (15 loc) • 400 B
JavaScript
Ext.define('Ext.theme.neptune.Titlebar', {
override: 'Ext.TitleBar',
config: {
defaultButtonUI: 'alt'
}
});
Ext.define('Ext.theme.neptune.tip.ToolTip', {
override: 'Ext.tip.ToolTip',
bodyBorder: false
});
Ext.namespace('Ext.theme.is').Neptune = true;
Ext.theme.name = 'Neptune';
Ext.theme.getDocCls = function() {
return Ext.platformTags.desktop ? '' : 'x-big';
};