diff --git a/datamodels/2.x/itop-portal-base/portal/public/css/portal.scss b/datamodels/2.x/itop-portal-base/portal/public/css/portal.scss
index b78828b01..dad61a26b 100644
--- a/datamodels/2.x/itop-portal-base/portal/public/css/portal.scss
+++ b/datamodels/2.x/itop-portal-base/portal/public/css/portal.scss
@@ -1140,13 +1140,14 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
.form_field_label > .control-label[data-tooltip-instantiated="true"] {
&::after {
- content: "?";
+ content: "\1F6C8";
padding-left: 3px;
vertical-align: top;
cursor: pointer;
color: $gray;
font-size: 0.85em;
+ font-weight: 200;
}
}
.form_field .form_mandatory .control-label:after{
diff --git a/datamodels/2.x/itop-structure/datamodel.itop-structure.xml b/datamodels/2.x/itop-structure/datamodel.itop-structure.xml
index a4c80889c..0707d1ac8 100644
--- a/datamodels/2.x/itop-structure/datamodel.itop-structure.xml
+++ b/datamodels/2.x/itop-structure/datamodel.itop-structure.xml
@@ -2043,4 +2043,22 @@
+
+
+ module
+ itop-structure
+ -1
+
+ .ibo-has-description::after, .ibo-input-with-label--label.ibo-has-description::after{content:"\1F6C8"; font-weight: 200;} ';
+ }
+ }
+ ]]>
+
+
+