From 810d335bcd7d70edcc215dae2fc38e47dae25fda Mon Sep 17 00:00:00 2001
From: Mathis Neumann <mathis@simpletechs.net>
Date: Fri, 17 Jun 2016 13:58:53 +0200
Subject: [PATCH] style node groups

---
 .../architecture-visualisation-cytoscape/style.js      | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/app/components/architecture-visualisation-cytoscape/style.js b/app/components/architecture-visualisation-cytoscape/style.js
index 4b08443..9a6e644 100644
--- a/app/components/architecture-visualisation-cytoscape/style.js
+++ b/app/components/architecture-visualisation-cytoscape/style.js
@@ -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 {
-- 
GitLab