Commit 0eaa0ca798707b5487a751e2b252905f5d4eaacc
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'AI3205-comment-paragraph' into stable
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
plugins/comment_paragraph/public/style.css
... | ... | @@ -204,7 +204,10 @@ div[class^='comment-paragraph-loading-'] { |
204 | 204 | display: none; |
205 | 205 | } |
206 | 206 | |
207 | - | |
208 | 207 | .side-comment .post_comment_box.opened { |
209 | 208 | padding-bottom: 15px; |
209 | +} | |
210 | + | |
211 | +.side-comment .comment-count { | |
212 | + bg-color: #b3b2d4; | |
210 | 213 | } |
211 | 214 | \ No newline at end of file | ... | ... |