diff options
| author | garbash <dor.garbash@gmail.com> | 2015-04-12 16:04:47 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-04-12 16:04:47 +0200 |
| commit | 15d57261ed988213da5294c6ed6e58741df547c8 (patch) | |
| tree | e95b6d9ca80bd714862deaf247a96d96cc8dd044 | |
| parent | 2f7ebdd01546b78f1584ce3e0b25e30f104523e9 (diff) | |
Modify domain types leap.rhizi.net
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 5 | ||||
| -rw-r--r-- | src/local/domain/leap.rhizi.net/domain_types.js | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index ee642e8a..0a9c3a1a 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -164,12 +164,9 @@ } // TODO: how to define type colors using the scss dollar attributes? injecting css is easy, scss - not sure -.circle.need { - fill: $magenta; -} .circle.project { - fill: $yellow; + fill: $magenta; } .circle.keyword { diff --git a/src/local/domain/leap.rhizi.net/domain_types.js b/src/local/domain/leap.rhizi.net/domain_types.js index 7025c245..4a885a7a 100644 --- a/src/local/domain/leap.rhizi.net/domain_types.js +++ b/src/local/domain/leap.rhizi.net/domain_types.js @@ -22,8 +22,8 @@ define({ 'title': 'Idea', 'attributes': ['description', 'url'], }], - ['need', { - 'title': 'Need', + ['skill', { + 'title': 'Skill', 'attributes': ['description', 'url'], }], ['resource', { |
