Fixed icons
parent
e36c54b378
commit
2169e07ab2
|
|
@ -455,7 +455,7 @@
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<!--bootstrap:svgIcon icon="blockquote-left" />-->
|
<!--bootstrap:svgIcon icon="blockquote-left" />-->
|
||||||
<librecms:remixSvgIcon icon="ri-double-quote-l" />
|
<librecms:remixSvgIcon icon="ri-double-quotes-l" />
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
class="btn btn-outline-dark tiptap-codeblock"
|
class="btn btn-outline-dark tiptap-codeblock"
|
||||||
|
|
@ -463,7 +463,7 @@
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<!--<bootstrap:svgIcon icon="code-square" />-->
|
<!--<bootstrap:svgIcon icon="code-square" />-->
|
||||||
<librecms:remixSvgIcon icon="ri-code-box" />
|
<librecms:remixSvgIcon icon="ri-code-box-line" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="px-2 cms-tiptap-editor-button-row cms-tiptap-editor-lists">
|
<div class="px-2 cms-tiptap-editor-button-row cms-tiptap-editor-lists">
|
||||||
|
|
@ -581,11 +581,11 @@
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
class="btn btn-outline-dark tiptap-insert-table-row-after"
|
class="btn btn-outline-dark tiptap-insert-table-row-after"
|
||||||
title="#{CmsAdminMessage['cms_editor.buttons.insert_table_row_after']}"
|
title="#{CmsAdminMessages['cms_editor.buttons.insert_table_row_after']}"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<!--<img src="#{request.contextPath}/icons/cms-editor/table-add-row-after.svg" />-->
|
<!--<img src="#{request.contextPath}/icons/cms-editor/table-add-row-after.svg" />-->
|
||||||
<librecms:remixSvgIcon icon="ri-insert-row-below" />
|
<librecms:remixSvgIcon icon="ri-insert-row-bottom" />
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
class="btn btn-outline-dark tiptap-table-remove-row"
|
class="btn btn-outline-dark tiptap-table-remove-row"
|
||||||
|
|
@ -596,7 +596,7 @@
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
class="btn btn-outline-dark tiptap-insert-table-column-before"
|
class="btn btn-outline-dark tiptap-insert-table-column-before"
|
||||||
title="#{CmsAdminMessage['cms_editor.buttons.insert_table_column_before']}"
|
title="#{CmsAdminMessages['cms_editor.buttons.insert_table_column_before']}"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<!--<img src="#{request.contextPath}/icons/cms-editor/table-add-column-before.svg" />-->
|
<!--<img src="#{request.contextPath}/icons/cms-editor/table-add-column-before.svg" />-->
|
||||||
|
|
@ -616,7 +616,7 @@
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<!--<img src="#{request.contextPath}/icons/cms-editor/table-remove-column.svg" />-->
|
<!--<img src="#{request.contextPath}/icons/cms-editor/table-remove-column.svg" />-->
|
||||||
<librecms:remixSvgIcon icon="ri-remove-column" />
|
<librecms:remixSvgIcon icon="ri-delete-column" />
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
class="btn btn-outline-dark tiptap-toggle-table-header-row"
|
class="btn btn-outline-dark tiptap-toggle-table-header-row"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue