Fix bug 1262 - Updated requirements to use mysqlclient
[osm/LW-UI.git] / static / TopologyComposer / css / composer.css
index e7ecc59..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 {
     padding-left: 0;
     font-weight: 500;
     text-align: right
+}
+
+.left-tool-bar-monitoring > .btn-default {
+    background-color: transparent!important;
 }
\ No newline at end of file