Merge pull request #22667 from owncloud/scrollbar

make scrollbar less obnoxious: tad narrower, rounded corners
This commit is contained in:
Thomas Müller 2016-03-01 08:26:51 +01:00
commit e1acad7ae2
1 changed files with 2 additions and 1 deletions

View File

@ -73,13 +73,14 @@ body {
/* SCROLLING */ /* SCROLLING */
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 8px; width: 5px;
} }
::-webkit-scrollbar-track-piece { ::-webkit-scrollbar-track-piece {
background-color: transparent; background-color: transparent;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: #ddd; background: #ddd;
border-radius: 3px;
} }
/* Searchbox */ /* Searchbox */