1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

scrollbar adjustment

This commit is contained in:
GilbN 2018-08-16 14:32:33 +02:00
parent 742dd289cf
commit 64f81a30be

View File

@ -44,17 +44,18 @@ body {
}
/* scroller */
::-webkit-scrollbar-corner {
background-color: #333333;
background-color: rgba(0, 0, 0, .25);
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
background-color: #333333;
background: hsla(0,0%,100%,.08);
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background: #555555;
background-color: rgba(0, 0, 0, .25);
}
/* navbar and searchbar */