mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°7984 - Change ? for field description (tooltip) by 🛈 in console and portal
This commit is contained in:
committed by
XGUI
parent
e1bfe9a3b6
commit
642a13ad0d
@@ -2043,4 +2043,22 @@
|
||||
</profiles>
|
||||
</user_rights>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user