mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 21:58:46 +08:00
20 lines
344 B
CSS
20 lines
344 B
CSS
::-webkit-scrollbar {
|
|
width: 6px;
|
|
height: 1px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
border-radius: 100%;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
border-radius: 10px;
|
|
background: #EDEDED;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: rgba(0, 0, 0, 0.45);
|
|
border-radius: 6px;
|
|
}
|