diff options
author | git-marijus <mario@mariovavti.com> | 2017-08-28 23:42:17 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-08-28 23:42:17 +0200 |
commit | e70bf975084ee44662bc2c1c19d2fe6aa0268dee (patch) | |
tree | 12a8d99f1500c08e0194b05d6d3b9d96e3335c7d /view/theme/redbasic/css | |
parent | 187f19b1704b8a877b53a3e66c67ec26383a3ee9 (diff) | |
download | volse-hubzilla-e70bf975084ee44662bc2c1c19d2fe6aa0268dee.tar.gz volse-hubzilla-e70bf975084ee44662bc2c1c19d2fe6aa0268dee.tar.bz2 volse-hubzilla-e70bf975084ee44662bc2c1c19d2fe6aa0268dee.zip |
rewrite comment form handling
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 37277b612..621fa2781 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1073,16 +1073,11 @@ img.mail-conv-sender-photo { } -.comment-edit-text-empty, -.comment-edit-text-full { +.comment-edit-text { border: 1px solid #ccc; border-radius: $radius; } -.comment-edit-text-empty { - color: gray; -} - .divgrow-showmore { display: block; border-top: 1px dashed #ccc; |