Skip to content
Snippets Groups Projects
Unverified Commit 7113b5cd authored by Chocobozzz's avatar Chocobozzz
Browse files

Fix custom CSS help

parent d01b2fb9
No related branches found
No related tags found
No related merge requests found
......@@ -318,18 +318,18 @@
helpType="custom"
i18n-customHtml
customHtml="
Write directly CSS code. Example:<br />
Write directly CSS code. Example:<br /><br />
<pre>
body {{ '{' }}
background-color: red;
{{ '}' }}
#custom-css {{ '{' }}
color: red;
{{ '}' }}
</pre>
Prepend with <em>#custom-css</em> to override styles. Example:
Prepend with <em>#custom-css</em> to override styles. Example:<br /><br />
<pre>
#custom-css .logged-in-email {{ '{' }}
color: red;
{{ '}' }}
#custom-css .logged-in-email {{ '{' }}
color: red;
{{ '}' }}
</pre>
"
></my-help>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment