Customize flow’s tooltips box
Last modified by Aurelie Bertrand on 2021/08/25 17:08
You can modify the design of a flow's tooltip by playing with the css
Styles manager
- Create a new file or directly update the DigDash CSS main file.
- Add the css below.
CSS
- Update properties of captionBox class.
- Add !important instruction to the end of each line
For instance:
.captionBox
{
fill:rgb(0, 51, 134) !important;
fill-opacity:0.80 !important;
stroke-width: 0.6 !important;
stroke: #FFF !important;
}
{
fill:rgb(0, 51, 134) !important;
fill-opacity:0.80 !important;
stroke-width: 0.6 !important;
stroke: #FFF !important;
}