From 9b823b727ff382610d14e221ae6d9587ad673b44 Mon Sep 17 00:00:00 2001 From: Csaba Jakosa Date: Sat, 7 May 2016 06:14:59 +0200 Subject: [PATCH] * Titlebar separator fix. (#381) --- gtk-3.20/scss/widgets/_toolbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk-3.20/scss/widgets/_toolbar.scss b/gtk-3.20/scss/widgets/_toolbar.scss index 87d2959..e51df62 100755 --- a/gtk-3.20/scss/widgets/_toolbar.scss +++ b/gtk-3.20/scss/widgets/_toolbar.scss @@ -108,7 +108,7 @@ .title { font: bold; } - .titlebutton { + button.titlebutton { padding: $spacing; border: 0; background-image: none;