Código fuente wiki de Customize flow’s tooltips box

Última modificación por Aurelie Bertrand el 2021/08/25 17:12

Mostrar los últimos autores
1 {{toc/}}
2
3 ----
4
5 Puede cambiar el diseño de los //tooltips //usando las hojas de estilo CSS aplicables a cada flujo.
6
7 (% style="text-align:center" %)
8 [[image:https://lh3.googleusercontent.com/ZrtEQIn-0JD6XcXu-dL7xWTQ3b1h4TILb4Gfjo5Co1SBshoIzUa5PUSR8sfjjeWletzyE6ajQK7ituhIDRiXo8r7GmcWVozTpqDu6hJievjTLYgdzWWvOnDRrt8J_lwHNVMfu8rVJcU||height="343px;" width="574px;"]]
9
10 = Editor de estilos =
11
12 * Cree un nuevo CSS o actualice el de DigDash
13
14
15 (% style="text-align: center;" %)
16 [[image:1629904014797-511.png]] [[image:1629904090966-901.png]]
17
18 * Agregue el CSS propuesto a continuación.
19
20 = CSS =
21
22 * Actualice las propiedades de la clase **##captionBox##.**
23 * Agregue ##!**important**##** **al terminar cada línea.
24 *
25
26 Por ejemplo:
27
28 {{code language="CSS"}}
29 .captionBox
30 {
31 fill:rgb(0, 51, 134) !important;
32 fill-opacity:0.80 !important;
33 stroke-width: 0.6 !important;
34 stroke: #FFF !important;
35 }
36 {{/code}}