瀏覽代碼

Update font awesome themes for #1048

Kartik Visweswaran 7 年之前
父節點
當前提交
111476bf12
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      themes/explorer-fa/theme.js
  2. 1 0
      themes/fa/theme.js

+ 1 - 0
themes/explorer-fa/theme.js

@@ -60,6 +60,7 @@
         fileActionSettings: {
             removeIcon: '<i class="fa fa-trash text-danger"></i>',
             uploadIcon: '<i class="fa fa-upload text-info"></i>',
+            uploadRetryIcon: '<i class="fa fa-repeat text-info"></i>',
             zoomIcon: '<i class="fa fa-search-plus"></i>',
             dragIcon: '<i class="fa fa-bars"></i>',
             indicatorNew: '<i class="fa fa-hand-o-down text-warning"></i>',

+ 1 - 0
themes/fa/theme.js

@@ -17,6 +17,7 @@
         fileActionSettings: {
             removeIcon: '<i class="fa fa-trash text-danger"></i>',
             uploadIcon: '<i class="fa fa-upload text-info"></i>',
+            uploadRetryIcon: '<i class="fa fa-repeat text-info"></i>',
             zoomIcon: '<i class="fa fa-search-plus"></i>',
             dragIcon: '<i class="fa fa-bars"></i>',
             indicatorNew: '<i class="fa fa-hand-o-down text-warning"></i>',