From e33de1cd77dc4222a8925e73605ab8ecd0df99c4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 28 May 2011 09:27:49 -0400 Subject: - Patch #1110842 by JohnAlbin: comment preview color is missing due to mis-targeted CSS rule. --- modules/comment/comment.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/comment/comment.css b/modules/comment/comment.css index 4a2675af8..a55f527c8 100644 --- a/modules/comment/comment.css +++ b/modules/comment/comment.css @@ -8,6 +8,6 @@ .comment-unpublished { background-color: #fff4f4; } -.preview .comment { +.comment-preview { background-color: #ffffea; } -- cgit v1.2.3