Adwaita: no rounded corner for tiled backdrop windows

fixes https://bugzilla.gnome.org/show_bug.cgi?id=762067
This commit is contained in:
Lapo Calamandrei 2016-02-15 13:30:37 +01:00
parent aed7ca1b3d
commit 0b1aeceb6e
3 changed files with 7 additions and 3 deletions

View File

@ -1361,7 +1361,7 @@ headerbar {
}
.tiled &,
.maximized & { border-radius: 0; } // squared corners when the window is max'd or tile
.maximized & { &:backdrop, & { border-radius: 0; }} // squared corners when the window is maximized or tiled
&.default-decoration {
padding: 0 4px;

View File

@ -1827,8 +1827,10 @@ headerbar {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
color: rgba(255, 255, 255, 0.5);
-gtk-icon-shadow: none; }
.tiled .titlebar:not(headerbar), .maximized .titlebar:not(headerbar), .tiled
.tiled .titlebar:backdrop:not(headerbar), .tiled .titlebar:not(headerbar), .maximized .titlebar:backdrop:not(headerbar), .maximized .titlebar:not(headerbar), .tiled
headerbar:backdrop, .tiled
headerbar, .maximized
headerbar:backdrop, .maximized
headerbar {
border-radius: 0; }
.default-decoration.titlebar:not(headerbar),

View File

@ -1831,8 +1831,10 @@ headerbar {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
color: rgba(255, 255, 255, 0.5);
-gtk-icon-shadow: none; }
.tiled .titlebar:not(headerbar), .maximized .titlebar:not(headerbar), .tiled
.tiled .titlebar:backdrop:not(headerbar), .tiled .titlebar:not(headerbar), .maximized .titlebar:backdrop:not(headerbar), .maximized .titlebar:not(headerbar), .tiled
headerbar:backdrop, .tiled
headerbar, .maximized
headerbar:backdrop, .maximized
headerbar {
border-radius: 0; }
.default-decoration.titlebar:not(headerbar),