Closed sc0w closed 7 years ago
Thanks, but the border is only missing here
window.background.mate-terminal > box.vertical > notebook > header.top {
border-width: 0px 0px 0px 1px;
}
I don't want to add a border for the whole notebook. The whole notebook is notebook > header + vte-terminal (notebook > stack > box > box > vte-terminal). I will commit this for my own.
/*****************
* mate-terminal *
*****************/
/* override for pavu-control */
window.background.mate-terminal > box.vertical > notebook,
window.background.mate-terminal > box.vertical > notebook > stack > box {
border-style: none;
border-width: 0px;
}
window.background.mate-terminal > box.vertical > notebook > header.top {
border-width: 0px 0px 0px 1px;
}
https://github.com/mate-desktop/mate-themes/commit/15152c6c5716464fba57e44c324a168e9a5a3101 Thanks for finding that.
ok, your solution is better, I will try to adapt it for traditional themes
The issue (menta theme capture screen):
I did it the same in traditional themes
Note: This is only for mate-terminal and doesn't affect another applications