aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/gtk-contained.css
diff options
context:
space:
mode:
authorHorst31802015-10-21 13:20:50 +0200
committerHorst31802015-10-21 13:20:50 +0200
commit7c80b3474d231f61f3a906a5e540fee4f7fd4fc6 (patch)
tree3fb43d9a47661c989236a40d94202084e98005f3 /common/gtk-3.0/3.14/gtk-contained.css
parentc1d0309328786a0ec4a872a0cf928c4b7ad07274 (diff)
downloadsolarc-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.14/gtk-contained.css')
-rw-r--r--common/gtk-3.0/3.14/gtk-contained.css23
1 files changed, 14 insertions, 9 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css
index 1eff184..faf36e3 100644
--- a/common/gtk-3.0/3.14/gtk-contained.css
+++ b/common/gtk-3.0/3.14/gtk-contained.css
@@ -3835,10 +3835,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(53, 57, 69, 0.95); }
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
@@ -3896,11 +3896,16 @@ 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.csd > .titlebar.default-decoration,
- GeditWindow.background.csd > .titlebar.default-decoration:backdrop {
- background-color: #e7e8eb; }
+
+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; }
+
+GeditWindow.background > .titlebar.default-decoration,
+GeditWindow.background > .titlebar.default-decoration:backdrop {
+ background-color: #e7e8eb; }
.gedit-bottom-panel-paned {
background-color: #ffffff; }