From 40e6d87d082a9966e71925e7339a06cb4cf16017 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 14 Jun 2012 17:41:24 -0700 Subject: [PATCH] highlight the lost contact message --- view/theme/duepuntozero/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 3264caf523..be755d4111 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1608,7 +1608,7 @@ input#dfrn-url { .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; } -#block-message, #ignore-message, #archive-message { +#block-message, #ignore-message, #archive-message, #lost-contact-message { color: #FF0000; }