diff options
| author | garbash <dor.garbash@gmail.com> | 2015-05-20 17:28:23 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-05-20 17:28:23 +0300 |
| commit | 5c107e85677ac11c36de1656f6b47d349c3d6673 (patch) | |
| tree | a96a68e2d4866e57c7afcbcc5cdf320d71bfee42 /res/client/css | |
| parent | 1224df773b03079727303f0f9873b7b26cb16831 (diff) | |
Added Team type node for Descartes.rhizi.net
Diffstat (limited to 'res/client/css')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index 1f0537ff..48bfd382 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -182,6 +182,10 @@ @include node-fill-color($orange); } +.node.team { + @include node-fill-color($orange); +} + .node.empty { @include node-fill-color($mid-grey); } |
