Add language tags definition, caret and bubbles in editor.
[redakcja.git] / src / wlxml / templates / wlxml / editor.css
1 {% for tag in object_list %}
2 .htmlview [x-node="{{ tag.name }}"] {
3     {{ tag.editor_css|safe }}
4 }
5 {% if tag.editor_css_after %}
6 .htmlview [x-node="{{ tag.name }}"]::after {
7     {{ tag.editor_css_after|safe }}
8 }
9 {% endif %}
10 {% endfor %}