diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index e35bb9e..49a56b4 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1098,7 +1098,7 @@ img.mail-conv-sender-photo { } .wall-item-content-wrapper { - background-color: $item_colour; + background-color: $comment_item_colour; border-top-right-radius: $radius; border-top-left-radius: $radius; } @@ -1108,9 +1108,6 @@ img.mail-conv-sender-photo { border-top-right-radius: 0px; border-top-left-radius: 0px; } -.p-2 .wall-item-comment-wrapper .wall-item-comment-wrapper-wc { - background-color: $comment_item_colour; -} .hide-comments-outer { background-color: $comment_item_colour; border-top-color: #ccc;