appearance: workaround for GTK3 shadows

The use of shadows make the window larger than it should be and
therefore, a lot of space was surrounding the windows.
This commit is contained in:
Vincent Bernat 2014-05-30 00:56:51 +02:00
parent 8eb59a0c87
commit 161b901233

View file

@ -83,6 +83,17 @@ GtkEntry, GtkTextView
{
gtk-key-bindings: custom-text-entry;
}
.window-frame, .window-frame:backdrop {
box-shadow: 0 0 0 black;
border-style: none;
margin: 0;
border-radius: 0;
}
.titlebar {
border-radius: 0;
}
]])
gtk3:close()