Fix the top left and right corners of the tab header background for Ambiance customisation

This commit is contained in:
Stephen Boddy 2016-12-09 23:29:18 +01:00
parent 1ff0ec1ba9
commit 8a3406051b
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ GtkNotebook.header {
border-width: 0; /* set below depending on position of tab bar */
border-color: shade (@bg_color, 0.82);
border-style: solid;
border-radius: 0px 0px 0px 0px;
/* background-color: rgba(90%,20%,30%,1); */
background-color: @dark_bg_color;
}