From f716d4befdfcd69218bd01f1cead91347e6fc78f Mon Sep 17 00:00:00 2001
From: Mathis Neumann <mathis@simpletechs.net>
Date: Mon, 20 Jun 2016 17:01:10 +0200
Subject: [PATCH] add slight shadow to serviceInstances

---
 app/components/architecture-visualisation-cytoscape/style.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/app/components/architecture-visualisation-cytoscape/style.js b/app/components/architecture-visualisation-cytoscape/style.js
index b546c73..903f99c 100644
--- a/app/components/architecture-visualisation-cytoscape/style.js
+++ b/app/components/architecture-visualisation-cytoscape/style.js
@@ -58,6 +58,11 @@ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node th
     background-color: ${serviceColor};
     color: ${serviceTextColor};
     font-weight: bold;
+    shadow-blur: 0;
+    shadow-color: #000;
+    shadow-offset-x: 2px;
+    shadow-offset-y: 2px;
+    shadow-opacity: 0.5;
 }
 [type="communicationInstance"] {
     color: #F4EFDC;
-- 
GitLab