From 80369c059674da764e1b11b8a3f15faedc019a05 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 13 Aug 2012 23:33:52 +0200 Subject: fixed bug that prevented the setting of mark as unread when you clicked directly on the checkbox --- css/news.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/news.css b/css/news.css index 1945c160d..c2ff88f01 100644 --- a/css/news.css +++ b/css/news.css @@ -345,13 +345,14 @@ ul.controls li { * Secondary feed items which are only shown on hover */ .feed_item .secondary_item_utils { + display: none; float: right; color: #aaa; } - /* + .feed_item:hover .secondary_item_utils { display: block; - }*/ + } .feed_item:hover .secondary_item_utils li.keep_unread { cursor: pointer; -- cgit v1.2.3