aboutsummaryrefslogtreecommitdiff
path: root/src/app/css/theming.css
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2024-01-29 19:37:21 +0100
committer0neGal <mail@0negal.com>2024-01-29 19:37:21 +0100
commit9cdcc1ed92e6ec9a536c912f15409f2b77b559da (patch)
tree09a9dec4b2e5a54034b2f6eb32153d290abf2e9b /src/app/css/theming.css
parentbd36343fd6f419a6a504ea536cbd3813771e3004 (diff)
downloadViper-9cdcc1ed92e6ec9a536c912f15409f2b77b559da.tar.gz
Viper-9cdcc1ed92e6ec9a536c912f15409f2b77b559da.zip
many changes to release notes and mods pages
Scrollbar is globally different, the release notes and mods page now look more alike, having adjusted some padding, added some backgrounds and a few other things.
Diffstat (limited to 'src/app/css/theming.css')
-rw-r--r--src/app/css/theming.css5
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 {