[Pkg-owncloud-commits] [owncloud] 07/52: always show app navigation scrollbar when too many apps in there

David Prévot taffit at moszumanska.debian.org
Mon Dec 2 01:49:36 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 457a7d4baaf6a6e493dd604907d4c73890946f13
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Thu Nov 21 13:34:31 2013 +0100

    always show app navigation scrollbar when too many apps in there
---
 core/css/styles.css | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index 5c0aa1f..e1e97ba 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -568,14 +568,13 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
 	width: 80px;
 	margin-top:45px;
 	z-index: 75;
-	background:#383c43 url('../img/noise.png') repeat;
-	overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box;
+	height: 100%;
+	background: #383c43 url('../img/noise.png') repeat;
+	overflow-y: auto;
+	-moz-box-sizing:border-box; box-sizing:border-box;
 	/* prevent ugly selection effect on accidental selection */
 	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
 }
-#navigation:hover {
-	overflow-y: auto; /* show scrollbar only on hover */
-}
 #apps {
 	height: 100%;
 }

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