Rename the pve-help-button to pve-inline-button

This will allow reuse of the class for other inlined buttons
This commit is contained in:
Emmanuel Kasper 2017-07-06 14:01:30 +02:00 committed by Wolfgang Bumiller
parent d0ad472c73
commit 9317d08a2d
2 changed files with 2 additions and 2 deletions

View File

@ -383,7 +383,7 @@
top: 2px; top: 2px;
} }
.pve-help-button .x-btn-inner { .pve-inline-button .x-btn-inner {
color: black; color: black;
} }

View File

@ -10,7 +10,7 @@ Ext.define('PVE.button.Help', {
text: gettext('Help'), text: gettext('Help'),
// make help button less flashy by styling it like toolbar buttons // make help button less flashy by styling it like toolbar buttons
iconCls: ' x-btn-icon-el-default-toolbar-small fa fa-question-circle', iconCls: ' x-btn-icon-el-default-toolbar-small fa fa-question-circle',
cls: 'x-btn-default-toolbar-small pve-help-button', cls: 'x-btn-default-toolbar-small pve-inline-button',
hidden: true, hidden: true,
listenToGlobalEvent: true, listenToGlobalEvent: true,
controller: { controller: {