summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2012-10-31 01:26:30 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2012-10-31 01:27:47 +0100
commite101bc07bcd0072c96c9b3ca804d07c72f16bec4 (patch)
treeae398fd1ab4f5ad608d35ec02171ea01f7ae6b24 /css
parent05f92e2842ffcb0de28868fb1d4ec101750b08bf (diff)
News: notifications more elegant, less obtrusive
Diffstat (limited to 'css')
-rw-r--r--css/news.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/css/news.css b/css/news.css
index f4321f772..6cfbf9ea3 100644
--- a/css/news.css
+++ b/css/news.css
@@ -58,21 +58,22 @@ div.add_parentfolder {
}
#feeds .unread_items_counter {
- border-radius: .4em;
- background-color: #666;
- color: #fefefe;
- padding: .1em .3em;
- min-width: 1em;
+ padding: 6px 8px 5px;
position: absolute;
z-index: 1000;
- right: .3em;
- top: .4em;
+ right: 0;
+ top: 0;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
font-size: 9pt;
+ border-left: 1px solid #ddd;
}
+ #feeds .active .unread_items_counter {
+ border-left: 1px solid #c5c5c5;
+ }
+
#feeds li:hover > .unread_items_counter, #feeds .all_read > .unread_items_counter {
display: none;
}