Skip to content

Commit 82568c7

Browse files
committed
[Gtk-3.20] Tilix: Add bottom border for active titlebar. Fixes #657
1 parent deed3fb commit 82568c7

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/gtk-3.20/scss/apps/_gnome-terminal.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import "widgets/button";
2+
13
/**********************
24
! Genome Terminal *
35
***********************/
@@ -35,3 +37,16 @@
3537
}
3638
}
3739
}
40+
41+
42+
/**********************
43+
! Tilix *
44+
***********************/
45+
46+
@include exports("tilix") {
47+
.terminal-titlebar:active {
48+
border-width: 0 0 2px 0;
49+
border-style: solid;
50+
border-color: #d64937;
51+
}
52+
}

0 commit comments

Comments
 (0)