darken scrollbar to distinguish from selected sidebar items

This commit is contained in:
Jan-Christoph Borchardt 2014-05-23 17:43:20 +02:00
parent 71e1d919de
commit 5bf13783e2
1 changed files with 9 additions and 3 deletions

View File

@ -205,9 +205,15 @@ input img, button img, .button img {
/* SCROLLING */
::-webkit-scrollbar { width:8px; }
::-webkit-scrollbar-track-piece { background-color:transparent; }
::-webkit-scrollbar-thumb { background:#ddd; }
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track-piece {
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background: #ccc;
}
/* BUTTONS */