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
https://lh3.googleusercontent.com/ZrtEQIn-0JD6XcXu-dL7xWTQ3b1h4TILb4Gfjo5Co1SBshoIzUa5PUSR8sfjjeWletzyE6ajQK7ituhIDRiXo8r7GmcWVozTpqDu6hJievjTLYgdzWWvOnDRrt8J_lwHNVMfu8rVJcU

Styles manager

  • Create a new file or directly update the DigDash CSS main file.

1629903631224-304.png     1629903701013-204.png

  • 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;
}