Use darker background for solid-csd window. Fixes #659

pull/663/head
Khurshid Alam 2017-04-08 22:58:43 +05:30
parent 35e5463934
commit bf8f3b078a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
.solid-csd & {
border-radius: 0;
margin: 1px;
background-color: $bg_color;
background-color: $titlebar_bg_color;
// Unity/compiz regression: Issue: https://github.com/numixproject/numix-gtk-theme/issues/206
box-shadow: none;
}