Fix black borders around GTK 3.16 windows.

This commit is contained in:
Kolan Sh 2015-07-24 21:56:47 +03:00
parent 774432d47b
commit 0e7ebaef03
1 changed files with 4 additions and 0 deletions

4
.config/gtk-3.0/gtk.css Normal file
View File

@ -0,0 +1,4 @@
.window-frame {
box-shadow: none;
margin: 0;
}