diff options
author | Horst3180 | 2015-09-26 12:20:14 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-26 12:20:14 +0200 |
commit | 233a713b18ff8a44611393b6bd97094f22fbfef2 (patch) | |
tree | 226c2f5a350d3e7f48c290c98159a71939ef97ba /common/gtk-3.0/3.18/gtk-contained.css | |
parent | 0d20ef2f165f178a0cec8356fd516ecdd3953ada (diff) | |
download | solarc-theme-233a713b18ff8a44611393b6bd97094f22fbfef2.tar.gz solarc-theme-233a713b18ff8a44611393b6bd97094f22fbfef2.tar.xz solarc-theme-233a713b18ff8a44611393b6bd97094f22fbfef2.zip |
3.18: fix gedit headerbar
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-contained.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-contained.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained.css b/common/gtk-3.0/3.18/gtk-contained.css index 3e70f4e..12bf478 100644 --- a/common/gtk-3.0/3.18/gtk-contained.css +++ b/common/gtk-3.0/3.18/gtk-contained.css @@ -4015,9 +4015,11 @@ GeditWindow.background.csd { background-color: rgba(212, 213, 219, 0.95); } GeditWindow.background.csd .gedit-headerbar-paned.titlebar { background-color: transparent; } + GeditWindow.background.csd .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd .gedit-titlebar-left, GeditWindow.background.csd .gedit-titlebar-right { background-color: rgba(231, 232, 235, 0.95); } + GeditWindow.background.csd .gedit-headerbar-paned.titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, GeditWindow.background.csd .gedit-titlebar-left:backdrop, GeditWindow.background.csd .gedit-titlebar-right:backdrop { background-color: rgba(239, 240, 242, 0.95); } |