mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-03 19:46:34 +00:00
Move out custom css style for hints in css class and use it
This commit is contained in:
parent
bab64974a5
commit
aeae272a86
@ -376,6 +376,10 @@
|
||||
color: black;
|
||||
}
|
||||
|
||||
.pve-hint {
|
||||
background-color: LightYellow;
|
||||
}
|
||||
|
||||
/* for info widget */
|
||||
div.left-aligned {
|
||||
float: left;
|
||||
|
@ -7,7 +7,7 @@ Ext.define('PVE.qemu.BiosEdit', {
|
||||
|
||||
var EFIHint = Ext.createWidget({
|
||||
xtype: 'displayfield', //submitValue is false, so we don't get submitted
|
||||
fieldStyle: 'background-color: LightYellow;',
|
||||
userCls: 'pve-hint',
|
||||
value: gettext('You need to add an EFI disk for storing the ' +
|
||||
'EFI settings. See the online help for details.'),
|
||||
hidden: true
|
||||
|
Loading…
Reference in New Issue
Block a user