From: raghunayyar Date: Thu, 31 Jan 2013 21:20:31 +0000 (+0530) Subject: More Visible webkit Scrollbar, syntax error solved. X-Git-Tag: v5.0.0alpha1~143^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0118606e098be05fc99ea40d2fa8e81ac5c2377a;p=nextcloud-server.git More Visible webkit Scrollbar, syntax error solved. --- diff --git a/core/css/styles.css b/core/css/styles.css index 4ec6b01d844..ad22a365c48 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -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 */