diff options
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 150fa7abd..274ec50bc 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1908,7 +1908,7 @@ img.mail-list-sender-photo { .hide-comments-outer, .wall-item-content-wrapper.comment { background-color: $comment_item_colour; - border-left: 3px solid $item_colour; + border-left: 3px solid $comment_border_colour; border-radius: 0px; padding: 7px 10px 7px 7px; } |