]> source.dussan.org Git - nextcloud-server.git/commitdiff
darken scrollbar to distinguish from selected sidebar items
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 23 May 2014 15:43:20 +0000 (17:43 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 23 May 2014 15:43:20 +0000 (17:43 +0200)
core/css/styles.css

index d21e6bc69073bdcbe5365c08745f94ac4c1abcaa..975f0160b15248bd4be71de7162928d6e8bdb310 100644 (file)
@@ -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 */