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

@@ -59,7 +59,7 @@
$location->is_freezer == 1) checked @endif class="form-check-input custom-control-input" type="checkbox" id="is_freezer" name="is_freezer" value="1">
<label class="form-check-label custom-control-label"
for="is_freezer">{{ $__t('Is freezer') }}
&nbsp;<i class="fas fa-question-circle"
&nbsp;<i class="fas fa-question-circle text-muted"
data-toggle="tooltip"
title="{{ $__t('When moving products from/to a freezer location, the products best before date is automatically adjusted according to the product settings') }}"></i>
</label>