darken scrollbar to distinguish from selected sidebar items
This commit is contained in:
parent
71e1d919de
commit
5bf13783e2
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue