From 0a51e28bf93bb37ad2b6f43837df4b9fa1268f9e Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 22 Nov 2015 02:53:32 +0100 Subject: fix 1px transparent line in Nautilus --- common/gtk-3.0/3.18/sass/_transparent_widgets.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/gtk-3.0/3.18/sass') diff --git a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss index c738981..fa71cec 100644 --- a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss @@ -101,6 +101,8 @@ MarlinViewWindow { 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; } GtkFileChooserDialog { -- cgit v1.2.3