commit | f2c9901b4cbb67f5455331ba39a699e9cacdde5c | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Mon Jan 25 10:10:38 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Mon Jan 25 10:10:38 2016 -0800 |
tree | 8dff7688ba98503ce011fcf0ba52108bf077ddff | |
parent | 4d42ddc4b9a9fe5eaf2f413b63c2a16ba017e7cf [diff] |
Started refactoring
diff --git a/gui/ngXosViews/serviceTopology/src/css/serviceTopology.css b/gui/ngXosViews/serviceTopology/src/css/serviceTopology.css index 220d2ab..2afcf08 100644 --- a/gui/ngXosViews/serviceTopology/src/css/serviceTopology.css +++ b/gui/ngXosViews/serviceTopology/src/css/serviceTopology.css
@@ -14,6 +14,11 @@ stroke-width: 3px; } +.node.subscriber circle, +.node.internet circle { + stroke: #ffdb07; +} + .node rect.slice-detail{ fill: #fff; stroke: steelblue;