diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml
index cab6944e2..f9503e940 100644
--- a/app/layout/aside_feed.phtml
+++ b/app/layout/aside_feed.phtml
@@ -44,7 +44,8 @@
feeds)) { ?>
feeds as $feed) { ?>
-
+ nbEntries (); ?>
+
name (); ?>
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css
index f43fa3c3f..6e996cb4d 100644
--- a/public/themes/default/freshrss.css
+++ b/public/themes/default/freshrss.css
@@ -125,6 +125,12 @@
.categories .feeds .item.empty .feed {
color: #e67e22;
}
+ .categories .feeds .item.empty.active {
+ background: #e67e22;
+ }
+ .categories .feeds .item.empty.active .feed {
+ color: #fff;
+ }
.categories .feeds .item.error .feed {
color: #BD362F;
}
diff --git a/public/themes/default/global.css b/public/themes/default/global.css
index 37192cb22..c11032f23 100644
--- a/public/themes/default/global.css
+++ b/public/themes/default/global.css
@@ -289,6 +289,13 @@ input, select, textarea {
color: #fff;
background: #BD362F;
}
+ .nav.nav-list .item.empty a {
+ color: #f39c12;
+ }
+ .nav.nav-list .item.active.empty a {
+ color: #fff;
+ background: #f39c12;
+ }
.nav.nav-list .nav-header {
padding: 0 10px;
diff --git a/public/themes/flat-design/global.css b/public/themes/flat-design/global.css
index e4db6c59f..56e881f26 100644
--- a/public/themes/flat-design/global.css
+++ b/public/themes/flat-design/global.css
@@ -275,10 +275,19 @@ input, select, textarea {
.nav.nav-list .item.error a {
color: #BD362F;
}
+ .nav.nav-list .item:hover.error a,
.nav.nav-list .item.active.error a {
color: #fff;
background: #BD362F;
}
+ .nav.nav-list .item.empty a {
+ color: #f39c12;
+ }
+ .nav.nav-list .item:hover.empty a,
+ .nav.nav-list .item.active.empty a {
+ color: #fff;
+ background: #f39c12;
+ }
.nav.nav-list .nav-header {
padding: 0 10px;