From d7fd70eb9122b59f0b7e776398e011951a23dc0e Mon Sep 17 00:00:00 2001 From: Megax Date: Mon, 11 Apr 2016 16:38:16 +0200 Subject: [PATCH] * notebook other background color fix. --- gtk-3.20/scss/widgets/_notebook.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk-3.20/scss/widgets/_notebook.scss b/gtk-3.20/scss/widgets/_notebook.scss index d51ccd7..23e5b14 100644 --- a/gtk-3.20/scss/widgets/_notebook.scss +++ b/gtk-3.20/scss/widgets/_notebook.scss @@ -7,6 +7,8 @@ @include exports("notebook") { notebook { + background-color: $base_color; + > header { padding: 0; margin: 0;