diff options
Diffstat (limited to 'src/app/css/theming.css')
-rw-r--r-- | src/app/css/theming.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app/css/theming.css b/src/app/css/theming.css index d16f455..d5a3d4d 100644 --- a/src/app/css/theming.css +++ b/src/app/css/theming.css @@ -51,7 +51,7 @@ input:disabled { } ::-webkit-scrollbar { - width: 8px !important; + width: 18px !important; } ::-webkit-scrollbar-track { @@ -60,8 +60,9 @@ input:disabled { } ::-webkit-scrollbar-thumb { + border: 5px solid transparent; border-radius: 10px !important; - background: rgb(var(--red)) !important; + box-shadow: rgb(var(--red)) 0px 0px 10px 10px inset; } ::selection { |