GTK4: style app-notifications and scrollbars

This commit is contained in:
Daniel Ruiz de Alegría 2022-04-12 12:19:12 +02:00
parent 46944e4815
commit 6a25ffea4d
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

View File

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