From 8765b5d7fc769aafbbe82a9982bd05d336511f35 Mon Sep 17 00:00:00 2001 From: Grischa Brockhaus Date: Sun, 2 Sep 2007 13:57:11 +0000 Subject: [PATCH] BP Template: Added red border around pending comments --- templates/bulletproof/admin/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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