From: Friendika Date: Sun, 7 Nov 2010 22:39:45 +0000 (-0800) Subject: unseen email conversations in bold, seen are normal links X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=82d9783c35f4724488d6f5e98aac955b9e3b53f6;p=friendica.git unseen email conversations in bold, seen are normal links --- 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; }