diff --git a/templates/bulletproof/admin/style.css b/templates/bulletproof/admin/style.css index f5077c0c..bebdd99e 100644 --- a/templates/bulletproof/admin/style.css +++ b/templates/bulletproof/admin/style.css @@ -542,3 +542,7 @@ span.serendipityTemplateSelectName { padding: 0; } +/* Pending comments in the admins comment list */ +.serendipity_admin_comment_pending { + border: 2px solid #FF0000; +} \ No newline at end of file