From 6a25ffea4d6164338cf5ffddbda271c8bf204cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Tue, 12 Apr 2022 12:19:12 +0200 Subject: [PATCH] GTK4: style app-notifications and scrollbars --- src/themes/Kali/sass/gtk4/_common-tweaks.scss | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/themes/Kali/sass/gtk4/_common-tweaks.scss b/src/themes/Kali/sass/gtk4/_common-tweaks.scss index 9c486ee0..98a36054 100644 --- a/src/themes/Kali/sass/gtk4/_common-tweaks.scss +++ b/src/themes/Kali/sass/gtk4/_common-tweaks.scss @@ -388,6 +388,36 @@ notebook { } } +/************** + * Scrollbars * + **************/ +scrollbar > range { + > trough > slider { + min-width: 6px; + min-height: 6px; + } + + &.fine-tune > trough > slider { + min-width: 3px; + min-height: 3px; + } +} + +/********************* + * App Notifications * + *********************/ +.app-notification, +.app-notification.frame { + padding: 0 10px; + margin: 5px; + border-radius: $button_radius+3; + border: 1px solid transparentize($_wm_border, 0.1); + box-shadow: $_menu_shadow; + background-image: none; + + &:backdrop { box-shadow: none; } +} + /********************** * Window Decorations * *********************/