From 7c80b3474d231f61f3a906a5e540fee4f7fd4fc6 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 21 Oct 2015 13:20:50 +0200 Subject: fix all the pane separators --- common/gtk-3.0/3.18/gtk-contained.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'common/gtk-3.0/3.18/gtk-contained.css') diff --git a/common/gtk-3.0/3.18/gtk-contained.css b/common/gtk-3.0/3.18/gtk-contained.css index 23d9b18..3ad343c 100644 --- a/common/gtk-3.0/3.18/gtk-contained.css +++ b/common/gtk-3.0/3.18/gtk-contained.css @@ -4007,8 +4007,8 @@ NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { background-color: #353945; } -NemoWindow .pane-separator, -MarlinViewWindow .pane-separator { +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { background-color: rgba(53, 57, 69, 0.95); } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { @@ -4066,8 +4066,12 @@ GeditWindow.background.csd > .titlebar { GeditWindow.background.csd { background-color: transparent; } - GeditWindow.background.csd .pane-separator { - background-color: rgba(53, 57, 69, 0.95); } + +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: rgba(53, 57, 69, 0.95); } + +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #dbdfe3; } .gedit-bottom-panel-paned { background-color: #ffffff; } -- cgit v1.2.3