From 3e039d9f6ac40654fe7aaf0bfbd0203ac3fa081f Mon Sep 17 00:00:00 2001 From: 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 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 -- 2.39.5