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 ++ gtk-3.0/gtk-contained.css | 3 +++ 2 files changed, 5 insertions(+) (limited to 'gtk-3.0') 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; diff --git a/gtk-3.0/gtk-contained.css b/gtk-3.0/gtk-contained.css index 735d335..9d5da11 100644 --- a/gtk-3.0/gtk-contained.css +++ b/gtk-3.0/gtk-contained.css @@ -3015,6 +3015,9 @@ GeditWindow.background { GeditWindow.background .titlebar .pane-separator { background-color: rgba(212, 213, 219, 0.95); } +.gedit-bottom-panel-paned { + background-color: #ffffff; } + .gedit-document-panel { background-color: rgba(60, 64, 73, 0.95); } .maximized .gedit-document-panel { -- cgit v1.2.3