From 15936ec9d35b68c5492072b68447b764bbc629d9 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 3 Oct 2015 12:47:22 +0200 Subject: fix default-decorations under elementary OS --- common/gtk-3.0/3.14/gtk-contained-solid-dark.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'common/gtk-3.0/3.14/gtk-contained-solid-dark.css') diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css index 8e72931..e815030 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css @@ -996,6 +996,15 @@ GtkComboBox { border-color: #262a33; } .maximized .header-bar:backdrop { border-color: #262a33; } + .header-bar.default-decoration, + .csd .header-bar.default-decoration { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f343f; + border-bottom-width: 0; } + .header-bar.default-decoration:backdrop, + .csd .header-bar.default-decoration:backdrop { + background-color: #2f343f; } .titlebar { padding-left: 7px; @@ -2452,6 +2461,11 @@ GtkVolumeButton.button { .window-frame.csd.message-dialog { border-radius: 3px; } +.header-bar.default-decoration .button.titlebutton, .titlebar.default-decoration .button.titlebutton, +.header-bar.selection-mode.default-decoration .button.titlebutton, .titlebar.selection-mode.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } + .header-bar .button.titlebutton, .titlebar .button.titlebutton, .header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { padding: 7px 4px; @@ -3890,6 +3904,9 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background.csd .pane-separator { background-color: #2a2d37; } + GeditWindow.background.csd > .titlebar.default-decoration, + GeditWindow.background.csd > .titlebar.default-decoration:backdrop { + background-color: #2f343f; } .gedit-bottom-panel-paned { background-color: #404552; } -- cgit v1.2.3