gtk3.20: Separator fix. (#323)

* * Separator fix.

* * Background color change.
This commit is contained in:
Csaba Jakosa
2016-04-12 09:21:42 -05:00
committed by Dustin Falgout
parent 81271692b4
commit c6cd4c56a6
+4 -3
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;
}
}