mate-desktop / mate-themes

Official themes for the MATE desktop
https://mate-desktop.org
GNU Lesser General Public License v2.1
76 stars 45 forks source link

Menta themes: mate-terminal fix: set border on the left of the first tab #170

Closed sc0w closed 7 years ago

sc0w commented 7 years ago

The issue (menta theme capture screen):

image4493

I did it the same in traditional themes

Note: This is only for mate-terminal and doesn't affect another applications

raveit65 commented 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;
}
raveit65 commented 7 years ago

https://github.com/mate-desktop/mate-themes/commit/15152c6c5716464fba57e44c324a168e9a5a3101 Thanks for finding that.

sc0w commented 7 years ago

ok, your solution is better, I will try to adapt it for traditional themes