added a 'moonlight worth' scrollbar
This commit is contained in:
4
Moonlight/wwwroot/assets/css/blazor.css
vendored
4
Moonlight/wwwroot/assets/css/blazor.css
vendored
@@ -64,7 +64,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background: #6964E4;
|
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.5, #a520ca), color-stop(1, #2681cc));
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user