From fee4ad65eba51d92211d5f405a01a3f26ab712e9 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 19 May 2015 18:33:55 +0200 Subject: fix transparent gedit window without tabs this fixes #6 --- gtk-3.0/_transparent_widgets.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk-3.0/_transparent_widgets.scss') diff --git a/gtk-3.0/_transparent_widgets.scss b/gtk-3.0/_transparent_widgets.scss index d5bacce..2496c70 100644 --- a/gtk-3.0/_transparent_widgets.scss +++ b/gtk-3.0/_transparent_widgets.scss @@ -81,6 +81,8 @@ GeditWindow.background { .titlebar .pane-separator { background-color: darken($header_bg, 7%); } } +.gedit-bottom-panel-paned { background-color: $base_color; } + .gedit-document-panel { background-color: $dark_sidebar_bg; -- cgit v1.2.3