[Gtk-3.20] Tilix: Add bottom border for active titlebar. Fixes #657

pull/684/head
Khurshid Alam 2017-06-13 02:34:23 +05:30
parent deed3fba9b
commit 82568c7554
1 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,5 @@
@import "widgets/button";
/**********************
! Genome Terminal *
***********************/
@ -35,3 +37,16 @@
}
}
}
/**********************
! Tilix *
***********************/
@include exports("tilix") {
.terminal-titlebar:active {
border-width: 0 0 2px 0;
border-style: solid;
border-color: #d64937;
}
}