Merge pull request #1395 from raghunayyar/webkit-scrollbar-534

Adds webkit scrollbar to ownCloud
This commit is contained in:
Jan-Christoph Borchardt 2013-02-01 10:26:23 -08:00
commit 48022f4525
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ input[type="checkbox"] { margin:0; padding:0; height:auto; width:auto; }
input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:#111 !important; }
#quota { cursor:default; }
/* SCROLLING */
::-webkit-scrollbar { width:8px; }
::-webkit-scrollbar-track-piece { background-color:transparent; }
::-webkit-scrollbar-thumb { background:#ddd; }
/* BUTTONS */
input[type="submit"], input[type="button"], button, .button, #quota, div.jp-progress, select, .pager li a {