diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-16 19:47:23 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-16 19:47:23 +1100 |
| commit | e539fe0babcf543cf2990e2819d4e9c60e10ba1b (patch) | |
| tree | 8fe954f3389afc5e8b3a33100f82c00771325289 /scss/widgets.scss | |
| parent | notifications: make popup window (diff) | |
| download | caelestia-shell-e539fe0babcf543cf2990e2819d4e9c60e10ba1b.tar.gz caelestia-shell-e539fe0babcf543cf2990e2819d4e9c60e10ba1b.tar.bz2 caelestia-shell-e539fe0babcf543cf2990e2819d4e9c60e10ba1b.zip | |
notifications: empty text
Scrollbar less transparent
Diffstat (limited to 'scss/widgets.scss')
| -rw-r--r-- | scss/widgets.scss | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/scss/widgets.scss b/scss/widgets.scss index e54a117..ca0958e 100644 --- a/scss/widgets.scss +++ b/scss/widgets.scss @@ -183,26 +183,22 @@ tooltip { } scrollbar { - trough { - background-color: transparent; - } - slider { @include lib.rounded(1000); @include lib.element-decel; min-width: lib.s(3); min-height: lib.s(30); - background-color: color.change(scheme.$overlay0, $alpha: 0.3); + background-color: color.change(scheme.$overlay0, $alpha: 0.6); &:hover, &:focus { min-width: lib.s(6); - background-color: color.change(scheme.$overlay0, $alpha: 0.4); + background-color: color.change(scheme.$overlay0, $alpha: 0.7); } &:active { - background-color: color.change(scheme.$overlay1, $alpha: 0.5); + background-color: color.change(scheme.$overlay1, $alpha: 0.8); } } } |