diff --git a/modules/comment/comment.css b/modules/comment/comment.css index 25c29fbfadc..066fe1a7e6d 100644 --- a/modules/comment/comment.css +++ b/modules/comment/comment.css @@ -3,3 +3,9 @@ .indented { margin-left: 25px; } +.comment-unpublished { + background-color: #fff4f4; +} +.preview .comment { + background-color: #ffffea; +} diff --git a/modules/node/node.css b/modules/node/node.css index 029e83b8e7a..68699e5a71c 100644 --- a/modules/node/node.css +++ b/modules/node/node.css @@ -1,9 +1,9 @@ /* $Id$ */ -.node-unpublished, .comment-unpublished { +.node-unpublished { background-color: #fff4f4; } -.preview .node, .preview .comment { +.preview .node { background-color: #ffffea; } #node-admin-filter ul {