From 3b7266c982f97c59a854622bb143406ccb70754f Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 5 Jun 2013 14:51:56 +0200 Subject: [PATCH] only entry name is bold now for unread items --- src/main/webapp/sass/components/_entry-list.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/sass/components/_entry-list.scss b/src/main/webapp/sass/components/_entry-list.scss index 9aaf2e2a..7f1e956f 100644 --- a/src/main/webapp/sass/components/_entry-list.scss +++ b/src/main/webapp/sass/components/_entry-list.scss @@ -44,7 +44,6 @@ } #feed-accordion .unread .entry-heading { - font-weight: bold; background-color: #fff; } @@ -54,7 +53,6 @@ #feed-accordion .entry-heading .feed-name { color: #555; - font-weight: normal; display: block; overflow: hidden; white-space: nowrap; @@ -71,6 +69,10 @@ margin-right: 125px; } +#feed-accordion .unread .entry-heading .entry-name { + font-weight: bold; +} + #feed-accordion .entry-heading .shrink { margin-left: 150px; }