Merge branch 'adwaita-rounded-frames' into 'master'

Adwaita: Make frames rounded

See merge request GNOME/gtk!2476
This commit is contained in:
Matthias Clasen 2020-08-25 12:52:36 +00:00
commit 4dc1aea2ad

View File

@ -3005,13 +3005,15 @@ window.dialog.print {
**********/
frame,
.frame {
box-shadow: none;
margin: 0;
padding: 0;
border-radius: 0;
border: 1px solid $borders_color;
}
&.flat { border-style: none; }
frame {
border-radius: $window_radius;
> label {
margin: 4px;
}
}
actionbar > revealer > box {
@ -3222,6 +3224,7 @@ expander-widget {
calendar {
color: $text_color;
border: 1px solid $borders_color;
border-radius: $window_radius;
> header {
border-bottom: 1px solid $borders_color;