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 */
|
/* SCROLLING */
|
||||||
::-webkit-scrollbar { width:8px; }
|
::-webkit-scrollbar {
|
||||||
::-webkit-scrollbar-track-piece { background-color:transparent; }
|
width: 8px;
|
||||||
::-webkit-scrollbar-thumb { background:#ddd; }
|
}
|
||||||
|
::-webkit-scrollbar-track-piece {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* BUTTONS */
|
/* BUTTONS */
|
||||||
|
|
Loading…
Reference in New Issue