diff options
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-contained-solid.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-contained-solid.css | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid.css b/common/gtk-3.0/3.18/gtk-contained-solid.css index 7078f20..178c689 100644 --- a/common/gtk-3.0/3.18/gtk-contained-solid.css +++ b/common/gtk-3.0/3.18/gtk-contained-solid.css @@ -4010,11 +4010,25 @@ GeditWindow.background.csd { GeditWindow.background.csd .pane-separator, GeditWindow.background.csd .pane-separator:hover { background-color: #353945; } - 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: #d4d5db; } + GeditWindow.background.csd .gedit-headerbar-paned.titlebar { + background-color: transparent; } + GeditWindow.background.csd .gedit-titlebar-left, + GeditWindow.background.csd .gedit-titlebar-right { + background-color: #e7e8eb; } + GeditWindow.background.csd .gedit-titlebar-left:backdrop, + GeditWindow.background.csd .gedit-titlebar-right:backdrop { + background-color: #eff0f2; } + 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; } |