]> source.dussan.org Git - nextcloud-server.git/commitdiff
More Visible webkit Scrollbar, syntax error solved.
authorraghunayyar <me@iraghu.com>
Thu, 31 Jan 2013 21:20:31 +0000 (02:50 +0530)
committerraghunayyar <me@iraghu.com>
Thu, 31 Jan 2013 21:20:31 +0000 (02:50 +0530)
core/css/styles.css

index 4ec6b01d844bb87386b04d44f552f1c016ed2a94..ad22a365c4835ec9056fd74346155beaee575549 100644 (file)
@@ -53,9 +53,9 @@ input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:#
 #quota { cursor:default; }
 
 /* SCROLLING */
-::-webkit-scrollbar { width:5px; }
-+::-webkit-scrollbar-track-piece { background-color:transparent; }
-+::-webkit-scrollbar-thumb { background:rgba(50,50,50,.3); }
+::-webkit-scrollbar { width:8px; }
+::-webkit-scrollbar-track-piece { background-color:transparent; }
+::-webkit-scrollbar-thumb { background:#ddd; }
 
 
 /* BUTTONS */