diff options
author | Horst3180 | 2015-10-21 20:47:33 +0200 |
---|---|---|
committer | Horst3180 | 2015-10-21 20:47:33 +0200 |
commit | f4c71247cf9470037d052ae4a12b86073d0001ff (patch) | |
tree | ed4787e2e9bcdf884210394ac7c440082d269460 /common/gtk-3.0/3.14/gtk-contained-solid-dark.css | |
parent | 6aa6cdbfd19dd711e89a4ffe7bad12d036eb691c (diff) | |
download | solarc-theme-f4c71247cf9470037d052ae4a12b86073d0001ff.tar.gz solarc-theme-f4c71247cf9470037d052ae4a12b86073d0001ff.tar.xz solarc-theme-f4c71247cf9470037d052ae4a12b86073d0001ff.zip |
Revert "more pane-separator fixes"
This reverts commit 6aa6cdbfd19dd711e89a4ffe7bad12d036eb691c.
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-solid-dark.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained-solid-dark.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css index 4482277..a8e0867 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css @@ -3849,7 +3849,7 @@ GtkFileChooserDialog, NautilusWindow, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-image: linear-gradient(to bottom, #2a2d37); } + background-color: #2a2d37; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { background-color: #353945; } @@ -3884,7 +3884,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, #262a33); } + background-color: #262a33; } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { @@ -3908,10 +3908,10 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-image: linear-gradient(to bottom, #2a2d37); } + background-color: #2a2d37; } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-image: linear-gradient(to bottom, #2b2e39); } + background-color: #2b2e39; } GeditWindow.background > .titlebar.default-decoration, GeditWindow.background > .titlebar.default-decoration:backdrop { |