diff options
Diffstat (limited to 'common/gtk-3.0/3.16/sass')
-rw-r--r-- | common/gtk-3.0/3.16/sass/_transparent_widgets.scss | 3 |
1 files changed, 3 insertions, 0 deletions
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 c69ed40..8480763 100644 --- a/common/gtk-3.0/3.16/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.16/sass/_transparent_widgets.scss @@ -58,6 +58,9 @@ 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; } + GtkFileChooserDialog { &.background.csd, &.background { background-color: $dark_sidebar_bg } |