{% import '_includes/forms' as forms %}

Your custom CSS will be applied to the entire Control Panel.

{{ forms.textField({ label: "CSS File"|t, instructions: "Enter the path to your CSS file."|t, id: 'cssFile', name: 'cssFile', value: settings.cssFile, }) }} {{ forms.textareaField({ label: 'Additional CSS'|t, instructions: 'Enter any additional CSS here.', id: 'additionalCss', name: 'additionalCss', value: settings.additionalCss, rows: 15 }) }}