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

@@ -86,7 +86,7 @@
'decimals' => $userSettings['stock_decimal_places_prices'],
'value' => '',
'hint' => $__t('Per stock quantity unit', GROCY_CURRENCY),
'additionalHtmlContextHelp' => '<i class="fas fa-question-circle"
'additionalHtmlContextHelp' => '<i class="fas fa-question-circle text-muted"
data-toggle="tooltip"
title="' . $__t('This will apply to added products') . '"></i>',
'invalidFeedback' => $__t('The price cannot be lower than %s', '0'),