aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/redbasic/css/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index c41ac5fa2..3d04827f1 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1923,7 +1923,9 @@ padding-left: 42px;
.hide-comments-outer,
.wall-item-content-wrapper.comment {
background-color: $comment_item_colour;
- border: 1px solid $comment_border_colour;
+ border-left: 1px solid $comment_border_colour;
+ border-right: 1px solid $comment_border_colour;
+ border-top: 1px solid $comment_border_colour;
border-radius: 0px;
padding: 7px 10px 7px 7px;
}