Fix custom CSS help

This commit is contained in:
Chocobozzz 2019-03-20 14:20:00 +01:00
parent d01b2fb9ab
commit 7113b5cd32
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -318,14 +318,14 @@
helpType="custom" helpType="custom"
i18n-customHtml i18n-customHtml
customHtml=" customHtml="
Write directly CSS code. Example:<br /> Write directly CSS code. Example:<br /><br />
<pre> <pre>
body {{ '{' }} #custom-css {{ '{' }}
background-color: red; color: red;
{{ '}' }} {{ '}' }}
</pre> </pre>
Prepend with <em>#custom-css</em> to override styles. Example: Prepend with <em>#custom-css</em> to override styles. Example:<br /><br />
<pre> <pre>
#custom-css .logged-in-email {{ '{' }} #custom-css .logged-in-email {{ '{' }}
color: red; color: red;