Skip to content
Snippets Groups Projects
Commit 159b031d authored by Mathis Neumann's avatar Mathis Neumann
Browse files

outlines for arrow labels

parent 961975c4
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ export default function(theme){
* {
font-size: 10pt;
font-size: 15px;
}
node { /* all nodes */
......@@ -63,10 +63,13 @@ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node th
color: ${theme.arrowColor};
line-color: ${theme.arrowColor};
target-arrow-color: ${theme.arrowColor};
text-background-color: ${theme.arrowLineColor};
text-background-opacity: 1;
text-background-shape: roundrectangle;
/*text-background-color: ${theme.arrowLineColor};
text-background-opacity: 1;*/
/*text-background-shape: roundrectangle;*/
text-outline-color: ${theme.arrowColor};
text-outline-width: 1px;
font-size: 12pt;
width: data(workload);
}
[type="nodeGroup"] {
......@@ -84,8 +87,6 @@ edge {
font-weight: bold;
target-arrow-shape: triangle-backcurve;
curve-style: bezier; /* supports arrows */
width: data(workload);
}
:selected {
......
......@@ -18,7 +18,7 @@ Model.reopenClass({
"systemId":"system123",
"hostname":"host2",
"ip":"10.0.0.2",
"name":"Logicnode FIXTURE",
"name":"Logicnode",
"nodeGroupId":"test-system123-nodeGroup-1"
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment