From 19f9674529f7633c4b2efd5d0557662746fe3a75 Mon Sep 17 00:00:00 2001 From: Evandro Jr Date: Tue, 28 Oct 2014 17:08:47 -0300 Subject: [PATCH] fix for comment count bubble --- plugins/comment_paragraph/public/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/comment_paragraph/public/style.css b/plugins/comment_paragraph/public/style.css index d920bef..a7778cd 100644 --- a/plugins/comment_paragraph/public/style.css +++ b/plugins/comment_paragraph/public/style.css @@ -204,7 +204,10 @@ div[class^='comment-paragraph-loading-'] { display: none; } - .side-comment .post_comment_box.opened { padding-bottom: 15px; +} + +.side-comment .comment-count { + bg-color: #b3b2d4; } \ No newline at end of file -- libgit2 0.21.2