diff options
author | Horst3180 | 2015-10-03 12:47:22 +0200 |
---|---|---|
committer | Horst3180 | 2015-10-03 12:47:22 +0200 |
commit | 15936ec9d35b68c5492072b68447b764bbc629d9 (patch) | |
tree | 1e461a11e21f50acf99dfb600ed1a92051ae7723 /common/gtk-3.0/3.14/gtk-contained-solid-darker.css | |
parent | 58695b1e7c229c26ed0f1eba61f8ca16147e8348 (diff) | |
download | solarc-theme-15936ec9d35b68c5492072b68447b764bbc629d9.tar.gz solarc-theme-15936ec9d35b68c5492072b68447b764bbc629d9.tar.xz solarc-theme-15936ec9d35b68c5492072b68447b764bbc629d9.zip |
fix default-decorations under elementary OS
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained-solid-darker.css | 17 |
1 files changed, 17 insertions, 0 deletions
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; } |