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 From c0e89165beb7031ef5fcd1c42ac1533b60591007 Mon Sep 17 00:00:00 2001 From: bbBowser Date: Sun, 27 Mar 2016 19:51:06 +0200 Subject: added unique hovered star --- img/hover_star.svg | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/img/hover_star.svg b/img/hover_star.svg index 59a90c55e..9a3897542 100644 --- a/img/hover_star.svg +++ b/img/hover_star.svg @@ -1,18 +1,13 @@ - - - - - - - - - - - + + + + + + + + + \ No newline at end of file -- cgit v1.2.3