diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-01 21:21:35 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-01 21:21:35 +0000 |
commit | abd69c4bf20cb21ab2accecf44e510e781329bf0 (patch) | |
tree | ae49d39f16acffa2ed794c699e537a76ec17b37d /view/theme/redbasic/css | |
parent | f5ce16e5bbb5657e9d2d82c6ed9647e2cf99bcce (diff) | |
download | volse-hubzilla-abd69c4bf20cb21ab2accecf44e510e781329bf0.tar.gz volse-hubzilla-abd69c4bf20cb21ab2accecf44e510e781329bf0.tar.bz2 volse-hubzilla-abd69c4bf20cb21ab2accecf44e510e781329bf0.zip |
Update for the Dark schema because of revision/redesign of conv_item.tpl
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 678adbb86..0f34ea795 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1909,14 +1909,14 @@ img.mail-list-sender-photo { .hide-comments-outer, .wall-item-content-wrapper.comment { background-color: $comment_item_colour; - border-left: 3px solid $item_bordercolour; + border-left: 3px solid $item_colour; border-radius: 0px; padding: 7px 10px 7px 7px; } .wall-item-comment-wrapper { background-color: $comment_item_colour; - border-left: 3px solid $item_bordercolour; + border-left: 3px solid $item_colour; border-radius: 0px; border-bottom-right-radius: $radiuspx; border-bottom-left-radius: $radiuspx; @@ -2248,6 +2248,7 @@ blockquote { .btn-default { background-color: $editbuttons_bgcolour; border-color: $editbuttons_bordercolour; + color: $editbuttons_colour; text-shadow: none; box-shadow: none; } |