diff options
author | Horst3180 | 2016-01-05 20:11:02 +0100 |
---|---|---|
committer | Horst3180 | 2016-01-05 20:11:14 +0100 |
commit | 8bb61ea4e9d76810599351cbce55ddeacb62a2ac (patch) | |
tree | ec4735a7ee7c89b0eda57dcd2ab3cb18de0b7352 /common/gtk-3.0/3.18/gtk-darker.css | |
parent | c02ccae32a7058df5082ca12f9beccc7b661825e (diff) | |
download | solarc-theme-8bb61ea4e9d76810599351cbce55ddeacb62a2ac.tar.gz solarc-theme-8bb61ea4e9d76810599351cbce55ddeacb62a2ac.tar.xz solarc-theme-8bb61ea4e9d76810599351cbce55ddeacb62a2ac.zip |
increase window decoration padding
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-darker.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css index a26b093..a39f32c 100644 --- a/common/gtk-3.0/3.18/gtk-darker.css +++ b/common/gtk-3.0/3.18/gtk-darker.css @@ -969,8 +969,8 @@ GtkComboBox { .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { - padding-top: 4px; - padding-bottom: 4px; + padding-top: 5px; + padding-bottom: 5px; background-color: #2f343f; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized |