Skip to content

Commit

Permalink
Fix cache color
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Or committed May 14, 2015
1 parent 3113da9 commit c121fa2
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@
}

#dag-viz-graph svg g.node.cached circle {
fill: #444;
fill: #A3F545;
stroke: #52C366;
stroke-width: 2px;
}

#dag-viz-graph svg g.node.cached rect {
fill: #B3F5C5;
stroke: #56F578;
stroke-width: 1px;
stroke: #52C366;
stroke-width: 2px;
}

#dag-viz-graph div#empty-dag-viz-message {
Expand Down

0 comments on commit c121fa2

Please sign in to comment.