[Pkg-owncloud-commits] [owncloud] 08/70: fix cursor for other elements in top right corner

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 74edbd5df0bf1a4b13af5b7e94d01bfa9fd1487f
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Fri Jul 4 14:57:11 2014 +0200

    fix cursor for other elements in top right corner
---
 core/css/header.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/css/header.css b/core/css/header.css
index c73075d..86db48a 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -258,6 +258,9 @@
 	padding: 7px 12px 6px 7px;
 	cursor: pointer;
 }
+#expand * {
+	cursor: pointer;
+}
 #expand:hover, #expand:focus, #expand:active { color:#fff; }
 #expand img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70); opacity:.7; margin-bottom:-2px; }
 #expand:hover img, #expand:focus img, #expand:active img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; }

-- 
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