From: brockhaus Date: Sun, 2 Sep 2007 13:57:11 +0000 (+0000) Subject: BP Template: Added red border around pending comments X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3e039d9f6ac40654fe7aaf0bfbd0203ac3fa081f;p=s9y.git BP Template: Added red border around pending comments --- diff --git a/templates/bulletproof/admin/style.css b/templates/bulletproof/admin/style.css index f5077c0..bebdd99 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