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

style node groups

parent 8f74788b
No related branches found
No related tags found
No related merge requests found
...@@ -23,11 +23,17 @@ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node th ...@@ -23,11 +23,17 @@ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node th
padding-right: 10px; padding-right: 10px;
text-valign: top; text-valign: top;
text-halign: center; text-halign: center;
}
[type="node"] {
background-color: #CCC; background-color: #CCC;
} }
[type="red"] { [type="nodeGroup"] {
background-color: red; background-color: white;
border-style: dotted;
border-color: #999;
border-width: 2px;
} }
edge { edge {
......
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