From 8351c7018049bed160fbcc23506823f7e080d477 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 3 Dec 2015 12:32:33 +0100 Subject: fix transparency bugs in nautilus --- common/gtk-3.0/3.14/sass/_transparent_widgets.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/gtk-3.0/3.14/sass') diff --git a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss index c89875f..17f4154 100644 --- a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss @@ -60,6 +60,9 @@ NautilusWindow, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {background-color: $dark_sidebar_border} +/*Fix Nautilus transparency issues*/ +NautilusWindowSlot { background-color: $base_color; } + GtkFileChooserDialog { &.background.csd, &.background { background-color: $dark_sidebar_bg } -- cgit v1.2.3