Bladeren bron

[minor] fixed editor icons

version-14
Rushabh Mehta 9 jaren geleden
bovenliggende
commit
f63a2126b6
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +2
    -2
      frappe/public/js/frappe/ui/editor.html

+ 2
- 2
frappe/public/js/frappe/ui/editor.html Bestand weergeven

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


Laden…
Annuleren
Opslaan