somechanges for uwu

This commit is contained in:
Moritz 2023-09-06 19:48:38 +02:00
parent 6ca024d6cb
commit 31ba5f04cc
2 changed files with 4 additions and 4 deletions

View file

@ -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">

View file

@ -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;
}