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/by-view | |
| parent | eafa40d9c50bd332f9f510c142327b9a8b51dedf (diff) | |
style: editbox textarea: font-family & sizet
Diffstat (limited to 'res/client/css/by-view')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index 8c62738e..e0afb0a8 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -265,9 +265,10 @@ g:focus circle { } #editbox textarea { + height: inherit; + font-size: $h4-size; + font-family: sans-serif; width: 100%; - height:inherit; - font-size: $h3-size; } #graph-view__canvas { |
