summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2020-11-12 22:19:00 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2020-11-12 22:19:00 +0500
commite46522e4b522aa163ca757436dc948b1d989530d (patch)
treec8c7dc967cb31d089bd44551b5d8b3acfc937c2e
parent7ac79196976a8f6a810706cddf0029ff80d6e7c7 (diff)
downloadgtk+-wip/exalm/window.tar.gz
theme: Round all window cornerswip/exalm/window
-rw-r--r--gtk/theme/Adwaita/_common.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 552fcdc376..ae2c0b7cfd 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3874,7 +3874,7 @@ window {
box-shadow: 0 3px 9px 1px transparentize(black, 0.5),
0 0 0 1px $_wm_border; //doing borders with box-shadow
margin: 0px;
- border-radius: $window_radius $window_radius 0 0;
+ border-radius: $window_radius;
&:backdrop {
// the transparent shadow here is to enforce that the shadow extents don't
// change when we go to backdrop, to prevent jumping windows.
@@ -3893,7 +3893,6 @@ window {
}
&.dialog.message {
- border-radius: $window_radius;
box-shadow: 0 1px 2px transparentize(black, 0.8),
0 0 0 1px transparentize($_wm_border, 0.1);
}