mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-09 07:55:27 +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;
|
||||
}
|
||||
|
||||
.pve-help-button .x-btn-inner {
|
||||
.pve-inline-button .x-btn-inner {
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
@ -10,7 +10,7 @@ Ext.define('PVE.button.Help', {
|
||||
text: gettext('Help'),
|
||||
// make help button less flashy by styling it like toolbar buttons
|
||||
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,
|
||||
listenToGlobalEvent: true,
|
||||
controller: {
|
||||
|
Loading…
Reference in New Issue
Block a user