Skip to content
Snippets Groups Projects
Commit d65dbb3b authored by Christoph Dornieden's avatar Christoph Dornieden
Browse files
parents 8ceceec7 810d335b
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
padding-right: 10px;
text-valign: top;
text-halign: center;
}
[type="node"] {
background-color: #CCC;
}
[type="red"] {
background-color: red;
[type="nodeGroup"] {
background-color: white;
border-style: dotted;
border-color: #999;
border-width: 2px;
}
edge {
......
......@@ -3,5 +3,6 @@ import attr from 'ember-data/attr';
export default Model.extend({
// id: attr('string') - not allowed to be listed by ember
systemId: attr('string')
systemId: attr('string'),
type: attr('string')
});
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