aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/sass
diff options
context:
space:
mode:
authorHorst31802016-07-05 13:10:19 +0200
committerHorst31802016-07-05 13:10:19 +0200
commit894573ec756411ce25002c0b4300902e3a5b02cc (patch)
treeffb26a12257d3736bdc7fae5404aeda77599cb8e /common/gtk-3.0/3.20/sass
parent4d58f02a17878e79cb83f432f0bd69efd84779da (diff)
downloadsolarc-theme-894573ec756411ce25002c0b4300902e3a5b02cc.tar.gz
solarc-theme-894573ec756411ce25002c0b4300902e3a5b02cc.tar.xz
solarc-theme-894573ec756411ce25002c0b4300902e3a5b02cc.zip
gedit 3.20: make sidebar separator dark (fix #591)
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r--common/gtk-3.0/3.20/sass/_transparent_widgets.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
index b154491..f6966a5 100644
--- a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
@@ -145,6 +145,9 @@ filechooser {
// Gedit
.gedit-bottom-panel-paned { background-color: $base_color; }
+.gedit-side-panel-paned > separator { background-image: linear-gradient(to top, $dark_sidebar_border); }
+.gedit-bottom-panel-paned > separator { background-image: linear-gradient(to top, $borders_color); }
+
.gedit-document-panel {
background-color: $dark_sidebar_bg;