diff options
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r-- | common/gtk-3.0/3.18/sass/_common.scss | 2 | ||||
-rw-r--r-- | common/gtk-3.0/3.18/sass/_transparent_widgets.scss | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index db4fb6c..4b5f6d9 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -1215,7 +1215,7 @@ GtkComboBox { background-color: opacify($header_bg, 1); &:backdrop { - //background-color: opacify($header_bg_backdrop, 1); + background-color: opacify($header_bg_backdrop, 1); .csd & { background-color: opacify($header_bg_backdrop, 1); } } 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 { |