diff --git a/sources/packages/web/src/assets/css/formio-shared.scss b/sources/packages/web/src/assets/css/formio-shared.scss index 079e8d7911..821bd78a52 100644 --- a/sources/packages/web/src/assets/css/formio-shared.scss +++ b/sources/packages/web/src/assets/css/formio-shared.scss @@ -745,3 +745,8 @@ td .formio-custom-tooltip:hover .tooltip-text { .bi-calendar::before { content: "\f1f6" !important; } + +// Shows the tooltip icon +.bi-question-circle::before { + content: "\f504" !important; +}