Cody Carrell
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
7 deletions
-
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 { |
|
|
|