diff options
author | Friendika <info@friendika.com> | 2010-11-07 14:39:45 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-07 14:39:45 -0800 |
commit | 82d9783c35f4724488d6f5e98aac955b9e3b53f6 (patch) | |
tree | 867daeda81f13bc825da4442ea57e74951671acc | |
parent | 67707c89f6db268672b9605148a862f246e2cde2 (diff) | |
download | volse-hubzilla-82d9783c35f4724488d6f5e98aac955b9e3b53f6.tar.gz volse-hubzilla-82d9783c35f4724488d6f5e98aac955b9e3b53f6.tar.bz2 volse-hubzilla-82d9783c35f4724488d6f5e98aac955b9e3b53f6.zip |
unseen email conversations in bold, seen are normal links
-rw-r--r-- | view/theme/default/style.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 9dc9d6339..5f82bff62 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; } |