mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
[Gtk-3.20] Tilix: Add bottom border for active titlebar. Fixes #657
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user