From 82d9783c35f4724488d6f5e98aac955b9e3b53f6 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 7 Nov 2010 14:39:45 -0800 Subject: [PATCH] unseen email conversations in bold, seen are normal links --- view/theme/default/style.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 9dc9d6339e..5f82bff625 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1477,13 +1477,15 @@ input#dfrn-url { a.mail-list-link { display: block; padding: 4px 5px; - font-weight: bold; -} -a.mail-list-link:hover { - background-color: #15607B; - color: #F5F6FB; } +/* +*a.mail-list-link:hover { +* background-color: #15607B; +* color: #F5F6FB; +*} +*/ + .mail-list-outside-wrapper-end { clear: both; }