- Patch #1110842 by JohnAlbin: comment preview color is missing due to mis-targeted CSS rule.

merge-requests/26/head
Dries Buytaert 2011-05-28 09:27:49 -04:00
parent dfa37ba304
commit e33de1cd77
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@
.comment-unpublished { .comment-unpublished {
background-color: #fff4f4; background-color: #fff4f4;
} }
.preview .comment { .comment-preview {
background-color: #ffffea; background-color: #ffffea;
} }