use @base-background-color as a basis for the title-bar gradient to better accommodate themes that do not provide their own style for a title-bar

This commit is contained in:
Philipp Brumm
2016-05-21 14:20:00 +02:00
parent 9c298625fe
commit 242ef89e2d
2 changed files with 8 additions and 6 deletions

View File

@@ -23,6 +23,7 @@
text-overflow: ellipsis;
}
box-shadow: 0 1px 0 @title-bar-highlight inset;
background-image: linear-gradient(@title-bar-gradient-focused);
border-bottom: 1px solid @title-bar-border-color-focused;