Use darker background for solid-csd window. Fixes #659
parent
35e5463934
commit
bf8f3b078a
|
@ -33,7 +33,7 @@
|
||||||
.solid-csd & {
|
.solid-csd & {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
background-color: $bg_color;
|
background-color: $titlebar_bg_color;
|
||||||
// Unity/compiz regression: Issue: https://github.com/numixproject/numix-gtk-theme/issues/206
|
// Unity/compiz regression: Issue: https://github.com/numixproject/numix-gtk-theme/issues/206
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue