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/gtk-contained-darker.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common/gtk-3.0/3.14/gtk-contained-darker.css') diff --git a/common/gtk-3.0/3.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css index c4ff205..dfb6844 100644 --- a/common/gtk-3.0/3.14/gtk-contained-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-darker.css @@ -3842,7 +3842,7 @@ GtkFileChooserDialog, NautilusWindow, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); } + background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { background-color: rgba(53, 57, 69, 0.95); } @@ -3877,7 +3877,7 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97)); } + background-color: rgba(38, 42, 51, 0.97); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { @@ -3901,10 +3901,10 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); } + background-color: rgba(53, 57, 69, 0.95); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-image: linear-gradient(to bottom, #dbdfe3); } + background-color: #dbdfe3; } GeditWindow.background > .titlebar.default-decoration, GeditWindow.background > .titlebar.default-decoration:backdrop { -- cgit v1.2.3