1
0

BP Template: Added red border around pending comments

This commit is contained in:
Grischa Brockhaus
2007-09-02 13:57:11 +00:00
parent 3450e82a09
commit 8765b5d7fc

View File

@ -542,3 +542,7 @@ span.serendipityTemplateSelectName {
padding: 0;
}
/* Pending comments in the admins comment list */
.serendipity_admin_comment_pending {
border: 2px solid #FF0000;
}