diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-09 19:09:38 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-09 19:09:38 +0300 |
| commit | c933375b74e3656e871f2df9ae9ffac47edb5a6e (patch) | |
| tree | 5bee55f367718c5ccc139262a0715162c7171811 /res/client/css/style.css | |
| parent | eafa40d9c50bd332f9f510c142327b9a8b51dedf (diff) | |
style: editbox textarea: font-family & sizet
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index fae0c50e..f1fd09a3 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -977,6 +977,9 @@ p { .circle.person { fill: #004681; } +.circle.collaborator { + fill: #004681; } + .circle.club { fill: #ee3654; } @@ -998,16 +1001,16 @@ p { .circle.empty { fill: #919095; } -.circle.keyword { +.circle.need { fill: #ee3654; } .circle.project { fill: #fad900; } -.circle.project_component { +.circle.keyword { fill: #8b3ab0; } -.circle.objective { +.circle.idea { fill: #40C200; } .circle.resource { @@ -1079,9 +1082,10 @@ g:focus circle { font-size: 18px; } #editbox textarea { - width: 100%; height: inherit; - font-size: 18px; } + font-size: 14px; + font-family: sans-serif; + width: 100%; } #graph-view__canvas { height: inherit; } |
