mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Make the help icons a little not so prominent
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user