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.14/gtk-contained-dark.css | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'common/gtk-3.0/3.14/gtk-contained-dark.css') diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css index f1b08d8..3530d05 100644 --- a/common/gtk-3.0/3.14/gtk-contained-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-dark.css @@ -3842,10 +3842,10 @@ NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { background-color: #353945; } -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow .pane-separator, -MarlinViewWindow .pane-separator { +GtkFileChooserDialog, +NautilusWindow, +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { background-color: rgba(42, 45, 55, 0.95); } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { @@ -3903,11 +3903,16 @@ GeditWindow.background.csd > .titlebar { GeditWindow.background.csd { background-color: transparent; } - GeditWindow.background.csd .pane-separator { - background-color: rgba(42, 45, 55, 0.95); } - GeditWindow.background.csd > .titlebar.default-decoration, - GeditWindow.background.csd > .titlebar.default-decoration:backdrop { - background-color: #2f343f; } + +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: rgba(42, 45, 55, 0.95); } + +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #2b2e39; } + +GeditWindow.background > .titlebar.default-decoration, +GeditWindow.background > .titlebar.default-decoration:backdrop { + background-color: #2f343f; } .gedit-bottom-panel-paned { background-color: #404552; } -- cgit v1.2.3