Customize flow’s tooltips box
Modifié par mrochelle le 2020/08/06 12:14
You can modify the design of a flow's tooltip by playing with the css
Gestionnaire des styles
Creez un nouveau CSS ou mettez à jour celu ide DigDash
Ajoutez le css suivant.
CSS
Modifier les propriétés de la classe captionBox. Ajouter l’instruction !important à chaque modification.
Exemple :
.captionBox
{
fill:rgb(0, 51, 134) !important;
fill-opacity:0.80 !important;
stroke-width: 0.6 !important;
stroke: #FFF! important;
}