Make the help icons a little not so prominent

This commit is contained in:
Bernd Bestel
2020-11-15 15:23:47 +01:00
parent 6eef19dfc6
commit 3fc3bdd34c
16 changed files with 25 additions and 25 deletions

View File

@@ -22,12 +22,12 @@
for="product_id">
{{ $__t($label) }}
@if(!$disallowAllProductWorkflows)
<i class="fas fa-question-circle"
<i class="fas fa-question-circle text-muted"
data-toggle="tooltip"
title="{{ $__t('Type a new product name or barcode and hit TAB or ENTER to start a workflow') }}"></i>
@endif
@if(!empty($hint))
<i class="fas fa-question-circle"
<i class="fas fa-question-circle text-muted"
data-toggle="tooltip"
title="{{ $hint }}"></i>
@endif