[Pkg-owncloud-commits] [owncloud] 05/70: fix user menu name and image not showing clicky mouse pointer
David Prévot
taffit at moszumanska.debian.org
Mon Jul 14 17:38:02 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 2224d1c0d3ea69666ef0be5eb874d1bd2822a419
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Fri Jul 4 13:22:59 2014 +0200
fix user menu name and image not showing clicky mouse pointer
---
core/css/header.css | 3 +++
1 file changed, 3 insertions(+)
diff --git a/core/css/header.css b/core/css/header.css
index 91dfeb7..c73075d 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -241,14 +241,17 @@
float: left;
display: inline-block;
margin-right: 5px;
+ cursor: pointer;
}
#header .avatardiv img {
opacity: 1;
+ cursor: pointer;
}
#settings {
float: right;
color: #bbb;
+ cursor: pointer;
}
#expand {
display: block;
--
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