somechanges for uwu
This commit is contained in:
parent
6ca024d6cb
commit
31ba5f04cc
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
@using BlazorContextMenu
|
||||
@using Moonlight.App.Helpers
|
||||
|
||||
<div class="table-responsive">
|
||||
<div class="table-responsive single-color-scrollbar">
|
||||
<div class="dataTables_scroll">
|
||||
<div class="dataTables_scrollHead">
|
||||
<div class="dataTables_scrollHeadInner">
|
||||
|
|
6
Moonlight/wwwroot/assets/css/blazor.css
vendored
6
Moonlight/wwwroot/assets/css/blazor.css
vendored
|
@ -66,8 +66,8 @@
|
|||
::-webkit-scrollbar-thumb {
|
||||
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.5, #a520ca), color-stop(1, #2681cc));
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #6964E4;
|
||||
|
||||
.single-color-scrollbar::-webkit-scrollbar-thumb {
|
||||
background-color: #6964E4;
|
||||
}
|
Loading…
Reference in a new issue