<spanclass="pure-form-message-inline">Currently using the <ahref="{{ url_for('settings_page', uuid=uuid) }}">default global settings</a>, change to another value if you want to be specific.</span>
<spanclass="pure-form-message-inline">Currently using the <ahref="{{ url_for('settings_page', uuid=uuid) }}">default global settings</a>, change to another value if you want to be specific.</span>
{% else %}
{% else %}
@ -22,7 +22,7 @@
{% endif %}
{% endif %}
</div>
</div>
<divclass="pure-control-group">
<divclass="pure-control-group">
{{ render_field(form.css_filter, size=25, placeholder=".class-name or #some-id, or other CSS selector rule.") }}
{{ render_field(form.css_filter, placeholder=".class-name or #some-id, or other CSS selector rule.", class="m-d") }}
<spanclass="pure-form-message-inline">
<spanclass="pure-form-message-inline">
<ul>
<ul>
<li>CSS - Limit text to this CSS rule, only text matching this CSS rule is included.</li>
<li>CSS - Limit text to this CSS rule, only text matching this CSS rule is included.</li>