[Gtk-3.18] Fix white border on tilix. Fixes #655

pull/669/head
Khurshid Alam 2017-05-10 14:05:55 +05:30
parent 582f09f4cb
commit 4289b971d6
2 changed files with 10 additions and 0 deletions

View File

@ -35,3 +35,4 @@
@import "apps/unity";
@import "apps/lightdm";
@import "apps/gnome-terminal";
@import "apps/gnome-applications";

View File

@ -0,0 +1,9 @@
/****************
! Tilix *
*****************/
@include exports("tilix") {
.terminal-titlebar {
border-color: $titlebar_bg_color;
}