diff options
author | Horst3180 | 2015-10-21 13:20:50 +0200 |
---|---|---|
committer | Horst3180 | 2015-10-21 13:20:50 +0200 |
commit | 7c80b3474d231f61f3a906a5e540fee4f7fd4fc6 (patch) | |
tree | 3fb43d9a47661c989236a40d94202084e98005f3 /common/gtk-3.0/3.16/gtk-contained-solid.css | |
parent | c1d0309328786a0ec4a872a0cf928c4b7ad07274 (diff) | |
download | solarc-theme-7c80b3474d231f61f3a906a5e540fee4f7fd4fc6.tar.gz solarc-theme-7c80b3474d231f61f3a906a5e540fee4f7fd4fc6.tar.xz solarc-theme-7c80b3474d231f61f3a906a5e540fee4f7fd4fc6.zip |
fix all the pane separators
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained-solid.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-solid.css | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css index 4bdbcf3..25d555f 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid.css @@ -3780,10 +3780,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: #353945; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { @@ -3841,8 +3841,12 @@ GeditWindow.background.csd > .titlebar { GeditWindow.background.csd { background-color: transparent; } - GeditWindow.background.csd .pane-separator { - background-color: #353945; } + +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #353945; } + +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #dbdfe3; } .gedit-bottom-panel-paned { background-color: #ffffff; } |