make the comment border colour configurable

This commit is contained in:
friendica
2014-05-01 21:50:09 -07:00
parent 56125f8c46
commit 07a9aaaa1f
3 changed files with 8 additions and 1 deletions

View File

@@ -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;
}