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 +++++-- img/hover_star.svg | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 img/hover_star.svg 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; } diff --git a/img/hover_star.svg b/img/hover_star.svg new file mode 100644 index 000000000..59a90c55e --- /dev/null +++ b/img/hover_star.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + -- cgit v1.2.3