From dcfd87a37b782369170f8534b40e49d71a07ac95 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 18 Jun 2015 14:56:43 +0200 Subject: fix gedit titlebar --- common/gtk-3.0/3.14/gtk-contained-dark.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'common/gtk-3.0/3.14/gtk-contained-dark.css') diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css index 00a0b8d..240fb0f 100644 --- a/common/gtk-3.0/3.14/gtk-contained-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-dark.css @@ -3236,6 +3236,14 @@ GeditWindow.background.csd { background-color: rgba(32, 35, 39, 0.95); } GeditWindow.background.csd .titlebar .pane-separator { background-color: rgba(26, 28, 32, 0.96); } + GeditWindow.background.csd .titlebar { + background-color: transparent; } + GeditWindow.background.csd .gedit-titlebar-left.titlebar, + GeditWindow.background.csd .gedit-titlebar-right.titlebar { + background-color: rgba(37, 40, 46, 0.96); } + GeditWindow.background.csd .gedit-titlebar-left.titlebar:backdrop, + GeditWindow.background.csd .gedit-titlebar-right.titlebar:backdrop { + background-color: rgba(40, 44, 50, 0.96); } .gedit-bottom-panel-paned { background-color: #292D33; } -- cgit v1.2.3