override normal flowchart arrowhead to allow css styling

This commit is contained in:
Charles Liu
2016-07-20 13:19:27 +08:00
parent 2830c70140
commit 5302ca38da
7 changed files with 35 additions and 0 deletions

View File

@@ -12,6 +12,10 @@ color:#333
stroke-width: 1px;
}
.arrowheadPath {
fill: @arrowheadColor;
}
.edgePath .path {
stroke: @lineColor;
stroke-width: 1.5px;

View File

@@ -4,6 +4,7 @@
@lineColor: green;
@border1: #13540c;
@border2: #6eaa49;
@arrowheadColor: green;
/* Flowchart variables */
@nodeBkg:@mainBkg;