Browse Source

Merge pull request #6927 from GordonSmith/HPCC-12957

HPCC-12957 JS Graph Subgraphs are Solid Blue

Reviewed-By: Miguel Vazquez <miguel.vazquez@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 years ago
parent
commit
f3d1febd88
1 changed files with 2 additions and 2 deletions
  1. 2 2
      esp/src/eclwatch/css/hpcc.css

+ 2 - 2
esp/src/eclwatch/css/hpcc.css

@@ -1033,12 +1033,12 @@ margin-left:-20px;
     fill: white;
 }
 
-.claro .graph_Graph .graphVertex > .common_Shape {
+.claro .graph_Graph .graphVertex > .common_Shape .common_Shape {
     stroke: black;
     fill: none;
 }
 
-.claro .graph_Graph .graphVertex > .common_Shape.selected {
+.claro .graph_Graph .graphVertex > .common_Shape.selected .common_Shape {
     stroke: #1f77b4;
 }