Fix custom CSS help

pull/1745/head
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
1 changed files with 8 additions and 8 deletions

View File

@ -318,18 +318,18 @@
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;
{{ '}' }} {{ '}' }}
</pre> </pre>
" "
></my-help> ></my-help>