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-darker.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'common/gtk-3.0/3.14/gtk-contained-solid-darker.css') diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css index 31f6e5a..073614b 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css @@ -999,6 +999,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; @@ -2455,6 +2464,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; @@ -3883,6 +3897,9 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background.csd .pane-separator { background-color: #353945; } + GeditWindow.background.csd > .titlebar.default-decoration, + GeditWindow.background.csd > .titlebar.default-decoration:backdrop { + background-color: #2f343f; } .gedit-bottom-panel-paned { background-color: #ffffff; } -- cgit v1.2.3