Projet

Général

Profil

0002-backoffice-apply-minor-style-changes-to-workflow-sch.patch

Frédéric Péters, 26 juin 2022 09:14

Télécharger (876 octets)

Voir les différences:

Subject: [PATCH 2/2] backoffice: apply minor style changes to workflow schema
 (#66624)

 wcs/qommon/static/css/dc2/admin.scss | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
wcs/qommon/static/css/dc2/admin.scss
1009 1009
}
1010 1010

  
1011 1011
svg .edge path {
1012
	fill:none;
1013
	stroke: black;
1012
	fill: none;
1014 1013
	stroke: #666;
1014
	opacity: 0.8;
1015 1015
}
1016

  
1016 1017
svg .edge polygon {
1017
	stroke: black;
1018
	stroke: #666;
1019
	fill: #ccc;
1020
	opacity: 0.8;
1018 1021
}
1022

  
1019 1023
svg .edge text {
1020 1024
	font-size: 80%;
1021 1025
}
1022
-