This commit is contained in:
Your Name 2018-10-27 15:13:44 +09:00
parent edf879fe1e
commit 0c48a1da69
2 changed files with 4 additions and 5 deletions

View File

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

View File

@ -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)