aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/_transparent_widgets.scss
diff options
context:
space:
mode:
authorHorst31802015-06-18 14:56:43 +0200
committerHorst31802015-06-18 18:47:29 +0200
commitdcfd87a37b782369170f8534b40e49d71a07ac95 (patch)
treea732a789649d71994f0529c15b157c59b23b9477 /common/gtk-3.0/3.16/_transparent_widgets.scss
parent9b3921849793300cfdbd314aca5080ed605c5294 (diff)
downloadsolarc-theme-dcfd87a37b782369170f8534b40e49d71a07ac95.tar.gz
solarc-theme-dcfd87a37b782369170f8534b40e49d71a07ac95.tar.xz
solarc-theme-dcfd87a37b782369170f8534b40e49d71a07ac95.zip
fix gedit titlebar
Diffstat (limited to 'common/gtk-3.0/3.16/_transparent_widgets.scss')
-rw-r--r--common/gtk-3.0/3.16/_transparent_widgets.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.16/_transparent_widgets.scss b/common/gtk-3.0/3.16/_transparent_widgets.scss
index cadeaa3..1085db6 100644
--- a/common/gtk-3.0/3.16/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.16/_transparent_widgets.scss
@@ -95,6 +95,15 @@ GeditWindow.background.csd {
.pane-separator:hover { background-color: $dark_sidebar_border; }
.titlebar .pane-separator { background-color: if($variant == 'light', darken($header_bg, 7%), darken($header_bg, 5%)); }
+
+ .titlebar { background-color: transparent }
+
+ .gedit-titlebar-left.titlebar,
+ .gedit-titlebar-right.titlebar {
+ background-color: $header_bg;
+
+ &:backdrop { background-color: $header_bg_backdrop; }
+ }
}
.gedit-bottom-panel-paned { background-color: $base_color; }