make scrollbar less obnoxious: tad narrower, rounded corners

This commit is contained in:
Jan-Christoph Borchardt 2016-02-26 08:33:48 +01:00
parent cb41b1a863
commit 36e8f7bca5
1 changed files with 2 additions and 1 deletions

View File

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