More Visible webkit Scrollbar, syntax error solved.

This commit is contained in:
raghunayyar 2013-02-01 02:50:31 +05:30
parent 5605297387
commit 0118606e09
1 changed files with 3 additions and 3 deletions

View 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 */