From 383c30c45452d442695aac5afdbdcf1fcbad5f57 Mon Sep 17 00:00:00 2001 From: bbBowser Date: Sun, 27 Mar 2016 19:44:37 +0200 Subject: added unique hovered star --- css/content.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/content.css b/css/content.css index c22bed29b..cce25d741 100644 --- a/css/content.css +++ b/css/content.css @@ -280,11 +280,14 @@ background-image: url('../img/inactive_star.svg'); } - #app-content .utils .starred, - #app-content .utils .star:hover { + #app-content .utils .starred { background-image: url('../img/active_star.svg'); } + #app-content .utils .star:hover { + background-image: url('../img/hover_star.svg'); + } + #app-content .utils .more button { opacity: .3; } -- cgit v1.2.3