* Background color change.

pull/323/head
Megax 2016-04-12 08:40:19 +02:00
parent 8001774f82
commit 4426ef1f6a
1 changed files with 1 additions and 1 deletions
gtk-3.20/scss/widgets

View File

@ -281,7 +281,7 @@
@include exports("separator") {
separator { // vbox and hbox separators
background: shade($bg_color, ($contrast + .1));
background: transparentize(black, .9);
min-width: 1px;
min-height: 1px;
}