diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css index e72355bb..c050aca6 100644 --- a/www/css/ext6-pve.css +++ b/www/css/ext6-pve.css @@ -376,6 +376,10 @@ color: black; } +.pve-hint { + background-color: LightYellow; +} + /* for info widget */ div.left-aligned { float: left; diff --git a/www/manager6/qemu/QemuBiosEdit.js b/www/manager6/qemu/QemuBiosEdit.js index 55dee111..2212652a 100644 --- a/www/manager6/qemu/QemuBiosEdit.js +++ b/www/manager6/qemu/QemuBiosEdit.js @@ -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