소스 검색

[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") }}">


불러오는 중...
취소
저장