summaryrefslogtreecommitdiff
path: root/modules/comment
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-05-28 09:27:49 -0400
committerDries Buytaert <dries@buytaert.net>2011-05-28 09:27:49 -0400
commite33de1cd77dc4222a8925e73605ab8ecd0df99c4 (patch)
treed741ac5f1f2d4640170adda6c77d0cac2b5ddbf6 /modules/comment
parentdfa37ba30469dcc89fdf3cc00b7b50f449a63440 (diff)
downloadbrdo-e33de1cd77dc4222a8925e73605ab8ecd0df99c4.tar.gz
brdo-e33de1cd77dc4222a8925e73605ab8ecd0df99c4.tar.bz2
- Patch #1110842 by JohnAlbin: comment preview color is missing due to mis-targeted CSS rule.
Diffstat (limited to 'modules/comment')
-rw-r--r--modules/comment/comment.css2
1 files changed, 1 insertions, 1 deletions
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;
}