[Gtk-3.20] Tilix: Do not bottom-border color

pull/684/head
Khurshid Alam 2017-06-13 02:39:50 +05:30
parent 82568c7554
commit 06be2fabb2
1 changed files with 1 additions and 1 deletions

View File

@ -47,6 +47,6 @@
.terminal-titlebar:active {
border-width: 0 0 2px 0;
border-style: solid;
border-color: #d64937;
border-color: $selected_bg_color;
}
}