From c933375b74e3656e871f2df9ae9ffac47edb5a6e Mon Sep 17 00:00:00 2001 From: LV-426 Date: Thu, 9 Apr 2015 19:09:38 +0300 Subject: style: editbox textarea: font-family & sizet --- res/client/css/style.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'res/client/css/style.css') 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; } -- cgit v1.3.1