From 2dc4d87b2f5d331be705d2fea5c1b42e4e1276ff Mon Sep 17 00:00:00 2001
From: baigner <benedikt.aigner@rwth-aachen.de>
Date: Wed, 18 Apr 2018 15:23:53 +0200
Subject: [PATCH] Added "surrogatemodel" block type to styles for interactive
 vistoms

Former-commit-id: f2ba508ed70b52cc3480e977407e61eecab9f4fe
---
 kadmos/vistoms/static/lib/style.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kadmos/vistoms/static/lib/style.css b/kadmos/vistoms/static/lib/style.css
index 1024bfe84..fe97d6f5b 100644
--- a/kadmos/vistoms/static/lib/style.css
+++ b/kadmos/vistoms/static/lib/style.css
@@ -99,6 +99,12 @@ stroke: black;
 stroke-width: 1px;
 }
 
+.xdsm .surrogatemodel {
+fill: #FFFCCC;
+stroke: black;
+stroke-width: 1px;
+}
+
 .xdsm .rcganalysis {
 fill: #E5DEB3;
 stroke: black;
-- 
GitLab