Browse Source

Theme scrollbars in Unraid

pull/314/head
Cody Carrell 4 years ago
committed by GitHub
parent
commit
e8a63e1367
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      css/base/unraid/unraid-base.css

14
css/base/unraid/unraid-base.css

@ -740,19 +740,19 @@ dt {
}
::-webkit-scrollbar {
height: 10px;
width : 10px;
height: 10px;
width : 10px;
}
::-webkit-scrollbar-track {
background: var(--main-bg-color);
background: var(--main-bg-color);
}
::-webkit-scrollbar-thumb {
background-color: hsla(0,0%,100%,.08)!important;
border: 1px solid transparent;
border-radius: 5px;
background-clip: padding-box;
background-color: hsla(0,0%,100%,.08)!important;
border: 1px solid transparent;
border-radius: 5px;
background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {

Loading…
Cancel
Save