summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorbbBowser <carspi@mail.de>2016-03-27 19:44:37 +0200
committerbbBowser <carspi@mail.de>2016-03-27 19:44:37 +0200
commit383c30c45452d442695aac5afdbdcf1fcbad5f57 (patch)
tree673505c4f1020fa18b4de2c0c1ba39f75309a698 /css
parentd29dc226ff0421971facfead82386706a4b2240f (diff)
added unique hovered star
Diffstat (limited to 'css')
-rw-r--r--css/content.css7
1 files changed, 5 insertions, 2 deletions
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;
}