瀏覽代碼

HUE-4628 [useradmin] Prettify and unify help icons

Romain Rigaux 9 年之前
父節點
當前提交
082f60b054
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/useradmin/src/useradmin/templates/layout.mako

+ 1 - 1
apps/useradmin/src/useradmin/templates/layout.mako

@@ -32,7 +32,7 @@ def is_selected(section, matcher):
       % if show_label:
         <label class="control-label">${ field.label }
           % if field.help_text:
-          <sup title="${ field.help_text }" data-rel="tooltip"><i class="fa fa-question"></i></sup>
+          <i title="${ field.help_text }" data-rel="tooltip" class="fa fa-question-circle muted"></i>
           % endif
         </label>
       % endif