mirror of https://github.com/Chocobozzz/PeerTube
Fix custom CSS help
parent
d01b2fb9ab
commit
7113b5cd32
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue