[Pkg-owncloud-commits] [owncloud] 16/134: add hover/focus states for star icons to hint at action
David Prévot
taffit at moszumanska.debian.org
Fri Apr 18 21:43:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 6b45835ecf468e199bee5268129db4025a1180bb
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Wed Mar 5 13:21:33 2014 +0100
add hover/focus states for star icons to hint at action
---
core/css/icons.css | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/core/css/icons.css b/core/css/icons.css
index 0828782..4db96a5 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -156,11 +156,15 @@
background-image: url('../img/actions/sound-off.svg');
}
-.icon-star {
+.icon-star,
+.icon-starred:hover,
+.icon-starred:focus {
background-image: url('../img/actions/star.svg');
}
-.icon-starred {
+.icon-starred,
+.icon-star:hover,
+.icon-star:focus {
background-image: url('../img/actions/starred.svg');
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list