gh-50 Allow styling of edge labels in css

This commit is contained in:
esther.machata
2015-12-08 17:26:17 +01:00
parent 9fb980ab2c
commit 52fcd18e6a
5 changed files with 15 additions and 3 deletions

View File

@@ -11,8 +11,12 @@
.edgePath .path {
stroke: @lineColor;
}
.edgeLabel {
background-color: @edgeLabelBackground;
}
.cluster rect{
fill: @secondBkg !important;
rx:4 !important;

View File

@@ -15,6 +15,8 @@
@titleColor: #333;
@edgeLabelBackground: #e8e8e8;
/* Sequence Diagram variables */
@actorBorder: @border1;
@actorBkg: @mainBkg;

View File

@@ -15,8 +15,12 @@ color:#333
.edgePath .path {
stroke: @lineColor;
stroke-width: 1.5px;
}
.edgeLabel {
background-color: @edgeLabelBackground;
}
.cluster rect{
fill: @secondBkg !important;
rx:4 !important;

View File

@@ -16,6 +16,8 @@
@titleColor: #333;
@edgeLabelBackground: #e8e8e8;
/* Sequence Diagram variables */
@actorBorder: @border1;
@actorBkg: @mainBkg;