diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-08 09:02:26 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-09 06:39:23 +0300 |
| commit | 25e51d2d0470ec394cfda6d21938a71a077dadd5 (patch) | |
| tree | ba91da7a52787859988b5ca61bc52277014ca608 /res/client/css/style.css | |
| parent | a912dd04d3fe334f6196c4308963f44acf8f94d6 (diff) | |
client: add different colors for commons domain
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 4899f5b6..fe176f7e 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -998,6 +998,21 @@ p { .circle.empty { fill: #919095; } +.circle.keyword { + fill: #ee3654; } + +.circle.project { + fill: #fad900; } + +.circle.project_component { + fill: #8b3ab0; } + +.circle.objective { + fill: #40C200; } + +.circle.outcome { + fill: #33c2e0; } + /* Selected parts of the graph, right now by clicking, later with search. */ .node.first-selected .circle { stroke: #fad900; |
