From 04be048955570c0f2b111c60c9cfe59d9af5d79b Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 20 Sep 2015 17:32:42 +0200 Subject: gedit: fix headerbar transparency with 3.18 --- common/gtk-3.0/3.18/gtk-contained.css | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'common/gtk-3.0/3.18/gtk-contained.css') diff --git a/common/gtk-3.0/3.18/gtk-contained.css b/common/gtk-3.0/3.18/gtk-contained.css index 3bb1850..30e0170 100644 --- a/common/gtk-3.0/3.18/gtk-contained.css +++ b/common/gtk-3.0/3.18/gtk-contained.css @@ -4010,11 +4010,25 @@ GeditWindow.background.csd { GeditWindow.background.csd .pane-separator, GeditWindow.background.csd .pane-separator:hover { background-color: rgba(53, 57, 69, 0.95); } - GeditWindow.background.csd .titlebar .pane-separator, - GeditWindow.background.csd.maximized .titlebar .pane-separator, - GeditWindow.background.csd .titlebar .pane-separator:backdrop, - GeditWindow.background.csd.maximized .titlebar .pane-separator:backdrop { + GeditWindow.background.csd .gedit-headerbar-paned.titlebar .pane-separator, + GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar .pane-separator, + GeditWindow.background.csd .gedit-headerbar-paned.titlebar .pane-separator:backdrop, + GeditWindow.background.csd.maximized .gedit-headerbar-paned.titlebar .pane-separator:backdrop { background-color: rgba(212, 213, 219, 0.95); } + GeditWindow.background.csd .gedit-headerbar-paned.titlebar { + background-color: transparent; } + GeditWindow.background.csd .gedit-titlebar-left, + GeditWindow.background.csd .gedit-titlebar-right { + background-color: rgba(231, 232, 235, 0.95); } + GeditWindow.background.csd .gedit-titlebar-left:backdrop, + GeditWindow.background.csd .gedit-titlebar-right:backdrop { + background-color: rgba(239, 240, 242, 0.95); } + GeditWindow.background.csd.maximized .gedit-titlebar-left, + GeditWindow.background.csd.maximized .gedit-titlebar-right { + background-color: #e7e8eb; } + GeditWindow.background.csd.maximized .gedit-titlebar-left:backdrop, + GeditWindow.background.csd.maximized .gedit-titlebar-right:backdrop { + background-color: #eff0f2; } .gedit-bottom-panel-paned { background-color: #ffffff; } -- cgit v1.2.3