From f4c71247cf9470037d052ae4a12b86073d0001ff Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 21 Oct 2015 20:47:33 +0200 Subject: Revert "more pane-separator fixes" This reverts commit 6aa6cdbfd19dd711e89a4ffe7bad12d036eb691c. --- common/gtk-3.0/3.14/sass/_transparent_widgets.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 85ece35..c89875f 100644 --- a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss @@ -58,7 +58,7 @@ MarlinViewWindow { GtkFileChooserDialog, NautilusWindow, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { background-image: linear-gradient(to bottom, $dark_sidebar_border); } +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {background-color: $dark_sidebar_border} GtkFileChooserDialog { @@ -101,7 +101,7 @@ GeditWindow.background.csd { > .titlebar .pane-separator, &.maximized > .titlebar .pane-separator, > .titlebar .pane-separator:backdrop, - &.maximized > .titlebar .pane-separator:backdrop { background-image: linear-gradient(to bottom, $header_border); } + &.maximized > .titlebar .pane-separator:backdrop { background-color: $header_border; } > .titlebar > GtkHeaderBar.header-bar.titlebar { background-color: $header_bg; @@ -125,8 +125,8 @@ GeditWindow.background.csd > .titlebar { GeditWindow.background { &.csd { background-color: transparent; } - .gedit-side-panel-paned .pane-separator { background-image: linear-gradient(to bottom, $dark_sidebar_border); } - .gedit-bottom-panel-paned .pane-separator { background-image: linear-gradient(to bottom, $borders_color); } + .gedit-side-panel-paned .pane-separator { background-color: $dark_sidebar_border; } + .gedit-bottom-panel-paned .pane-separator { background-color: $borders_color; } > .titlebar.default-decoration, > .titlebar.default-decoration:backdrop { background-color: opacify($header_bg, 1); } // fix for elementary OS -- cgit v1.2.3