summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-13 23:33:52 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-13 23:33:52 +0200
commit80369c059674da764e1b11b8a3f15faedc019a05 (patch)
treeb261f7a603a1b9ecfdd5cb87c8baaaa7df5f2e59 /css
parentcc103d1a1a37526a0ccc494667ac5a0e3ae5c19c (diff)
fixed bug that prevented the setting of mark as unread when you clicked directly on the checkbox
Diffstat (limited to 'css')
-rw-r--r--css/news.css5
1 files changed, 3 insertions, 2 deletions
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;