diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index e2af657..e35bb9e 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1108,7 +1108,9 @@ 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; @@ -1803,9 +1805,6 @@ dl.bb-dl > dd > li { .comment a { font-size: 0.9rem; } -.comment { - background: rgb(199, 199, 199); -} .toplevel_item { box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4); } \ No newline at end of file diff --git a/plusfuture/php/style.php b/plusfuture/php/style.php index 8a3643d..7742e35 100644 --- a/plusfuture/php/style.php +++ b/plusfuture/php/style.php @@ -89,7 +89,7 @@ if (! $background_image) if (! $item_colour) $item_colour = 'rgb(255,255,255)'; if (! $comment_item_colour) - $comment_item_colour = 'rgb(255,255,255)'; + $comment_item_colour = 'rgb(246,246,246)'; if (! $item_opacity) $item_opacity = '1'; if (! $font_size)