Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added slight border to nodes in cytoscape to make the shape more obvious
  • Loading branch information
proost committed Jan 24, 2018
1 parent 20fce0d commit 15ebd4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conekt/static/js/cytoscape.cycss
Expand Up @@ -35,6 +35,12 @@ node:selected {
line-color: black;
}

node:unselected {
border-width:1px;
border-color:#888888;
border-opacity:0.5;
}

node.hidden {
visibility: hidden;
}
Expand Down

0 comments on commit 15ebd4e

Please sign in to comment.