Don't round corners of tiled windows

pull/70/head
Satyajit Sahoo 2013-10-23 21:30:43 +05:30
parent bc87cbe89a
commit e928023abd
1 changed files with 12 additions and 0 deletions

View File

@ -3041,6 +3041,14 @@ GtkBubbleWindow .toolbar {
text-shadow: none; text-shadow: none;
} }
.tiled .titlebar {
border-radius: 0;
}
.maximized .titlebar {
border-radius: 0;
}
/* this is the default titlebar that is added by GTK /* this is the default titlebar that is added by GTK
* when client-side decorations are in use and the application * when client-side decorations are in use and the application
* did not set a custom titlebar. * did not set a custom titlebar.
@ -3114,6 +3122,10 @@ GtkBubbleWindow .toolbar {
margin: 10px; margin: 10px;
} }
.window-frame.tiled {
border-radius: 0;
}
.window-frame:backdrop { .window-frame:backdrop {
box-shadow: 0 3px 5px 1px alpha(black, 0.5), box-shadow: 0 3px 5px 1px alpha(black, 0.5),
0 0 0 1px mix(shade(@toolbar_bg_color, 0.7), @toolbar_fg_color, 0.12); 0 0 0 1px mix(shade(@toolbar_bg_color, 0.7), @toolbar_fg_color, 0.12);