diff options
author | Horst3180 | 2015-06-18 14:56:43 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-18 18:47:29 +0200 |
commit | dcfd87a37b782369170f8534b40e49d71a07ac95 (patch) | |
tree | a732a789649d71994f0529c15b157c59b23b9477 /common/gtk-3.0/3.16/gtk-contained-darker.css | |
parent | 9b3921849793300cfdbd314aca5080ed605c5294 (diff) | |
download | solarc-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/gtk-contained-darker.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-darker.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css index d7b5770..268384b 100644 --- a/common/gtk-3.0/3.16/gtk-contained-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-darker.css @@ -3173,6 +3173,14 @@ GeditWindow.background.csd { background-color: rgba(60, 64, 73, 0.95); } GeditWindow.background.csd .titlebar .pane-separator { background-color: rgba(31, 34, 39, 0.95); } + GeditWindow.background.csd .titlebar { + background-color: transparent; } + GeditWindow.background.csd .gedit-titlebar-left.titlebar, + GeditWindow.background.csd .gedit-titlebar-right.titlebar { + background-color: rgba(47, 52, 59, 0.95); } + GeditWindow.background.csd .gedit-titlebar-left.titlebar:backdrop, + GeditWindow.background.csd .gedit-titlebar-right.titlebar:backdrop { + background-color: rgba(50, 56, 63, 0.95); } .gedit-bottom-panel-paned { background-color: #ffffff; } |