From 35e19872664f47741e9dc9bcb4d56126a13dc27b Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 15:17:25 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E6=AC=84?= =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E8=BF=BD=E5=8A=A0=E3=83=9C?= =?UTF-8?q?=E3=83=83=E3=82=AF=E3=82=B9=E8=89=B2=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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;