From 113af99a6662bd1c6b3e0b693183635f39f470e5 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Sun, 14 Apr 2013 18:54:47 +0530 Subject: Restyling the Keep Unread Button, makes it more 'visible' --- css/items.css | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/css/items.css b/css/items.css index dc88efdb1..e3645cf8c 100644 --- a/css/items.css +++ b/css/items.css @@ -273,6 +273,7 @@ padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; + margin-bottom:0.6em; } /** @@ -293,8 +294,23 @@ } .feed_item .secondary_item_utils li { - padding-left: 25px; - display: none; + padding: .4em; + background-color: rgba(240,240,240,.9); + font-weight: bold; + color: #555; + text-shadow: rgba(255,255,255,.9) 0 1px 0; + border: 1px solid rgba(190,190,190,.9); + cursor: pointer; + -moz-box-shadow: 0 1px 1px rgba(255,255,255,.9),0 1px 1px rgba(255,255,255,.9) inset; + -webkit-box-shadow: 0 1px 1px rgba(255,255,255,.9),0 1px 1px rgba(255,255,255,.9) inset; + box-shadow: 0 1px 1px rgba(255,255,255,.9),0 1px 1px rgba(255,255,255,.9) inset; + -moz-border-radius: .5em; + -webkit-border-radius: .5em; + border-radius: .5em; + } + .feed_item .secondary_item_utils li:hover { + background-color: rgba(250,250,250,.9); + color: #333; } /** @@ -317,4 +333,11 @@ .feed_item .secondary_item_utils li input[type=checkbox]{ margin-left: 5px; + display:none; + } + .feed_item .show_keep_unread li { + border: 1px solid #1d2d44 !important; + background: #35537a !important; + color: #eee !important; + text-shadow: #000 0 -1px 0; } -- cgit v1.2.3 From 7269dd1ba4700f4e437e5fb83b255280428f3cd0 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Mon, 15 Apr 2013 18:47:22 +0530 Subject: Button Not displayed when different article selected. --- css/items.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/items.css b/css/items.css index e3645cf8c..41b28155b 100644 --- a/css/items.css +++ b/css/items.css @@ -294,6 +294,7 @@ } .feed_item .secondary_item_utils li { + display: none; padding: .4em; background-color: rgba(240,240,240,.9); font-weight: bold; -- cgit v1.2.3