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 * *********************/