bug fix vnfd composer; minor ui fix
[osm/LW-UI.git] / static / TopologyComposer / css / composer.css
index 12be9e7..119d2ea 100644 (file)
@@ -1,3 +1,8 @@
+line {
+  stroke: rgb(212, 212, 212);
+  stroke-width: 1px;
+  shape-rendering: crispEdges;
+}
 
 .node_path {
     opacity: 1;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
+    background-color: whitesmoke;
 }
 
 #palette > .node:first-child {