From cfaca61b77ba81bebe25cf1ad4f708e846c643aa Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Sat, 20 Apr 2013 14:30:56 +0530 Subject: opacity changes when the Star Icon is hovered. --- css/items.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'css') diff --git a/css/items.css b/css/items.css index 16633371f..3d10e2b66 100644 --- a/css/items.css +++ b/css/items.css @@ -109,6 +109,12 @@ .feed_item .primary_item_utils li.star:hover { background-image: url('%appswebroot%/news/img/active_star.svg'); } + .feed_item .primary_item_utils li.star.important:hover { + opacity:1; + } + .feed_item .primary_item_utils li.star:hover { + opacity:0.5; + } /** * Feed title -- cgit v1.2.3