* Background color change.
parent
8001774f82
commit
4426ef1f6a
gtk-3.20/scss/widgets
|
@ -281,7 +281,7 @@
|
||||||
|
|
||||||
@include exports("separator") {
|
@include exports("separator") {
|
||||||
separator { // vbox and hbox separators
|
separator { // vbox and hbox separators
|
||||||
background: shade($bg_color, ($contrast + .1));
|
background: transparentize(black, .9);
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue