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.16/sass/_transparent_widgets.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/gtk-3.0/3.16/sass/_transparent_widgets.scss') diff --git a/common/gtk-3.0/3.16/sass/_transparent_widgets.scss b/common/gtk-3.0/3.16/sass/_transparent_widgets.scss index 8480763..7457f80 100644 --- a/common/gtk-3.0/3.16/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.16/sass/_transparent_widgets.scss @@ -58,8 +58,8 @@ NautilusWindow, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {background-color: $dark_sidebar_border} -/*Fix 1px transparent line at the bottom of the Nautilus window*/ -NautilusListView.vertical { background-color: $base_color; } +/*Fix Nautilus transparency issues*/ +NautilusWindowSlot { background-color: $base_color; } GtkFileChooserDialog { -- cgit v1.2.3