summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/content.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;
}