summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-04-02 18:40:45 +0200
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-04-02 18:40:45 +0200
commit60d1bd847e6f5bccf95e9659be70a74ea7efd0ac (patch)
tree1eb1d204fc28de73c0d7c4aed33f3e230b026a40
parentae868a5385e6824eccfc110c650cf14b69316456 (diff)
parentc0e89165beb7031ef5fcd1c42ac1533b60591007 (diff)
Merge pull request #951 from bbBowser/master
New starred icon on mouse-hover
-rw-r--r--css/content.css7
-rw-r--r--img/hover_star.svg13
2 files changed, 18 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;
}
diff --git a/img/hover_star.svg b/img/hover_star.svg
new file mode 100644
index 000000000..9a3897542
--- /dev/null
+++ b/img/hover_star.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="306.45" width="322" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <g transform="translate(-148.04 -745.93)">
+ <g>
+ <polygon fill="#FFDF5A" points="309.792,984.422 217.007,1041.281 243.382,937.427 160.636,866.756 267.557,859.748
+ 309.202,759.205 348.907,858.731 457.388,867.267 375.007,935.783 400.412,1041.598 "/>
+ <path fill="#FFCC00" d="M309.115,772.481l33.996,85.214l2.305,5.776l6.199,0.488l93.12,7.327L374.2,929.951l-4.781,3.977
+ l1.452,6.047l21.809,90.833l-77.59-48.955l-5.259-3.318l-5.302,3.249l-79.648,48.809l22.583-88.92l1.531-6.027l-4.729-4.039
+ l-71.031-60.664l91.546-6l6.206-0.407l2.379-5.745L309.115,772.481 M309.289,745.93l-45.162,109.032l-116.09,7.609l89.734,76.639
+ l-28.637,112.76l100.62-61.66l98.392,62.08l-27.551-114.75l89.445-74.393l-117.641-9.257L309.289,745.93L309.289,745.93z"/>
+ </g>
+ </g>
+</svg> \ No newline at end of file