summaryrefslogtreecommitdiff
path: root/scss/widgets.scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-16 19:47:23 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-16 19:47:23 +1100
commite539fe0babcf543cf2990e2819d4e9c60e10ba1b (patch)
tree8fe954f3389afc5e8b3a33100f82c00771325289 /scss/widgets.scss
parentnotifications: make popup window (diff)
downloadcaelestia-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.scss10
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);
}
}
}