summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-02 01:05:17 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-02 01:05:33 +0200
commitc20f75c9a6768a2c6ea8c5bebc6547be35c8f6f2 (patch)
treeda964aa0ec1890752fb1149098b530e63ad518aa /css
parent2781817b362ab0f7c4f51224169b879a0d6376ce (diff)
hide unread counter with css to not have rendering problems in the beginning when binding the menu; theres no a default none folder in the dropdown menu
Diffstat (limited to 'css')
-rw-r--r--css/news.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/news.css b/css/news.css
index f8b5d3f08..d5637403b 100644
--- a/css/news.css
+++ b/css/news.css
@@ -87,6 +87,10 @@ div.add_parentfolder {
overflow: auto;
}
+ #feeds .unread_items_counter {
+ display: none;
+ }
+
#feeds > ul {
height: 100%;
overflow-x: hidden;