[Pkg-owncloud-commits] [owncloud] 34/199: darken scrollbar to distinguish from selected sidebar items

David Prévot taffit at moszumanska.debian.org
Sun Jun 1 18:53:07 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 5bf13783e2c1d39bae9303c9fb2d7b3ea9c7c483
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Fri May 23 17:43:20 2014 +0200

    darken scrollbar to distinguish from selected sidebar items
---
 core/css/styles.css | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index d21e6bc..975f016 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -205,9 +205,15 @@ input img, button img, .button img {
 
 
 /* SCROLLING */
-::-webkit-scrollbar { width:8px; }
-::-webkit-scrollbar-track-piece { background-color:transparent; }
-::-webkit-scrollbar-thumb { background:#ddd; }
+::-webkit-scrollbar {
+	width: 8px;
+}
+::-webkit-scrollbar-track-piece {
+	background-color: transparent;
+}
+::-webkit-scrollbar-thumb {
+	background: #ccc;
+}
 
 
 /* BUTTONS */

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