Fix the top left and right corners of the tab header background for Ambiance customisation
This commit is contained in:
parent
1ff0ec1ba9
commit
8a3406051b
|
@ -36,6 +36,7 @@ GtkNotebook.header {
|
||||||
border-width: 0; /* set below depending on position of tab bar */
|
border-width: 0; /* set below depending on position of tab bar */
|
||||||
border-color: shade (@bg_color, 0.82);
|
border-color: shade (@bg_color, 0.82);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
border-radius: 0px 0px 0px 0px;
|
||||||
/* background-color: rgba(90%,20%,30%,1); */
|
/* background-color: rgba(90%,20%,30%,1); */
|
||||||
background-color: @dark_bg_color;
|
background-color: @dark_bg_color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue