mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
N°7984 - Change ? for field description (tooltip) by 🛈 in console and portal
This commit is contained in:
@@ -1150,12 +1150,13 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.form_field .form_mandatory .control-label:after{
|
.form_field .form_mandatory .control-label:after{
|
||||||
content: "\002a";
|
content: "\1F6C8";
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 3px;
|
left: 3px;
|
||||||
color: $brand-primary;
|
color: $brand-primary;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
font-weight: 200;
|
||||||
|
};
|
||||||
/* Note: We don't put the .form_field selector as it must work for read-only */
|
/* Note: We don't put the .form_field selector as it must work for read-only */
|
||||||
.form-control-static img{
|
.form-control-static img{
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
|
|||||||
@@ -2043,4 +2043,22 @@
|
|||||||
</profiles>
|
</profiles>
|
||||||
</user_rights>
|
</user_rights>
|
||||||
<constants/>
|
<constants/>
|
||||||
|
<snippets>
|
||||||
|
<snippet id="GestionCssInfo" _delta="define">
|
||||||
|
<placement>module</placement>
|
||||||
|
<module>itop-structure</module>
|
||||||
|
<rank>-1</rank>
|
||||||
|
<content>
|
||||||
|
<![CDATA[
|
||||||
|
class GestionCssInfo implements iBackofficeStyleExtension
|
||||||
|
{
|
||||||
|
public function GetStyle(): string
|
||||||
|
{
|
||||||
|
return '.ibo-field--label>.ibo-has-description::after, .ibo-input-with-label--label.ibo-has-description::after{content:"\1F6C8"; font-weight: 200;} ';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]]>
|
||||||
|
</content>
|
||||||
|
</snippet>
|
||||||
|
</snippets>
|
||||||
</itop_design>
|
</itop_design>
|
||||||
|
|||||||
Reference in New Issue
Block a user