mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-10 20:42:39 +00:00
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:
parent
d0ad472c73
commit
9317d08a2d
@ -383,7 +383,7 @@
|
|||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pve-help-button .x-btn-inner {
|
.pve-inline-button .x-btn-inner {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user