diff options
author | zotlabs <mike@macgirvin.com> | 2017-08-29 23:38:23 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-08-29 23:38:23 -0700 |
commit | ad637b5b5063abbebda1498730d54434ab544ea0 (patch) | |
tree | ce6176efc4260ee4748fcfcf1cd8a5c4dc968d6c /view/theme | |
parent | 5abc9ef10b385dea34c16337df65f99e8ec4d883 (diff) | |
parent | 0d3c378e10fb1f08cb5c9663edb04d9ee687837a (diff) | |
download | volse-hubzilla-ad637b5b5063abbebda1498730d54434ab544ea0.tar.gz volse-hubzilla-ad637b5b5063abbebda1498730d54434ab544ea0.tar.bz2 volse-hubzilla-ad637b5b5063abbebda1498730d54434ab544ea0.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/theme')
-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; |