summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/feeds.css7
1 files 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;
}