diff options
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/comment/comment.css b/modules/comment/comment.css index 1e3ff8b2d..0df1470cb 100644 --- a/modules/comment/comment.css +++ b/modules/comment/comment.css @@ -3,3 +3,9 @@ .indented { margin-left: 25px; /* LTR */ } +.comment-unpublished { + background-color: #fff4f4; +} +.preview .comment { + background-color: #ffffea; +} |