scrollbar adjustment
This commit is contained in:
parent
742dd289cf
commit
64f81a30be
@ -44,17 +44,18 @@ body {
|
|||||||
}
|
}
|
||||||
/* scroller */
|
/* scroller */
|
||||||
::-webkit-scrollbar-corner {
|
::-webkit-scrollbar-corner {
|
||||||
background-color: #333333;
|
background-color: rgba(0, 0, 0, .25);
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
background-color: #333333;
|
background: hsla(0,0%,100%,.08);
|
||||||
|
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
-webkit-border-radius: 2px;
|
-webkit-border-radius: 2px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background: #555555;
|
background-color: rgba(0, 0, 0, .25);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* navbar and searchbar */
|
/* navbar and searchbar */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user