gtk3.20: Separator fix. (#323)

* * Separator fix.

* * Background color change.
pull/329/head
Csaba Jakosa 2016-04-12 16:21:42 +02:00 committed by Dustin Falgout
parent 81271692b4
commit c6cd4c56a6
1 changed files with 4 additions and 3 deletions

View File

@ -293,9 +293,10 @@
************/
@include exports("separator") {
view separator, separator {
color: shade($bg_color, ($contrast + .1));
border: 1px solid currentColor;
separator { // vbox and hbox separators
background: transparentize(black, .9);
min-width: 1px;
min-height: 1px;
}
}