#124485 by Wesley Tanaka. CSS rules for comments should go in comment.css.
parent
ce8a2bcf71
commit
6476aad977
|
@ -3,3 +3,9 @@
|
|||
.indented {
|
||||
margin-left: 25px;
|
||||
}
|
||||
.comment-unpublished {
|
||||
background-color: #fff4f4;
|
||||
}
|
||||
.preview .comment {
|
||||
background-color: #ffffea;
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue