Skip to content
Snippets Groups Projects
Commit 0118606e authored by Raghu Nayyar's avatar Raghu Nayyar
Browse files

More Visible webkit Scrollbar, syntax error solved.

parent 56052973
Branches
No related tags found
No related merge requests found
...@@ -53,9 +53,9 @@ input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:# ...@@ -53,9 +53,9 @@ input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:#
#quota { cursor:default; } #quota { cursor:default; }
/* SCROLLING */ /* SCROLLING */
::-webkit-scrollbar { width:5px; } ::-webkit-scrollbar { width:8px; }
+::-webkit-scrollbar-track-piece { background-color:transparent; } ::-webkit-scrollbar-track-piece { background-color:transparent; }
+::-webkit-scrollbar-thumb { background:rgba(50,50,50,.3); } ::-webkit-scrollbar-thumb { background:#ddd; }
/* BUTTONS */ /* BUTTONS */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment