GTK4: style app-notifications and scrollbars
This commit is contained in:
parent
46944e4815
commit
6a25ffea4d
@ -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 *
|
||||
*********************/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user