浏览代码

[minor] fixed editor icons

version-14
Rushabh Mehta 9 年前
父节点
当前提交
f63a2126b6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      frappe/public/js/frappe/ui/editor.html

+ 2
- 2
frappe/public/js/frappe/ui/editor.html 查看文件

@@ -60,10 +60,10 @@
<i class="icon-align-center"></i></a>
<a class="btn btn-default btn-small" data-edit="outdent"
title="{{ __("Reduce indent (Shift+Tab)") }}">
<i class="octicon octicon-move-left"></i></a>
<i class="icon-indent-left"></i></a>
<a class="btn btn-default btn-small" data-edit="indent"
title="{{ __("Indent (Tab)") }}">
<i class="octicon octicon-move-right"></i></a>
<i class="icon-indent-right"></i></a>
<a class="btn btn-default btn-small"
data-edit="insertHorizontalRule"
title="{{ __("Horizontal Line Break") }}">


正在加载...
取消
保存