color changes to scrollbar bg

This commit is contained in:
Nicolas A. Tonne
2015-05-23 16:29:01 +02:00
parent fc55de818c
commit 3ef2a82ae4

View File

@@ -13,14 +13,13 @@
::-webkit-scrollbar-track ::-webkit-scrollbar-track
{ {
background-color: lightgrey; background-color: rgba(255,255,255,0.3);
border-radius:0px; border-radius:0px;
} }
::-webkit-scrollbar ::-webkit-scrollbar
{ {
width: 4px; width: 4px;
background-color: lightgrey;
border-radius:0px; border-radius:0px;
} }