From c20b6d34c73c0bcc697e0d6d62403f57f3f3f5f2 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 16 Apr 2013 15:33:48 +0200 Subject: make unreadcounter bold again --- css/feeds.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/feeds.css b/css/feeds.css index 13da15bf8..55d133ef6 100644 --- a/css/feeds.css +++ b/css/feeds.css @@ -28,7 +28,8 @@ background-image: url('%appswebroot%/news/img/rss.svg'); } -.unread > a { +.unread > a, +.unread > .utils .unread-counter { font-weight: bold; } @@ -87,11 +88,11 @@ .unread .unread-counter { display: block; } - .starred .unread-counter { - font-weight: normal; + font-weight: normal !important; } + button.action { opacity: .5; } -- cgit v1.2.3