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 | |
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')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-dark.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.18/gtk-darker.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.18/gtk-solid-dark.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.18/gtk-solid-darker.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.18/gtk-solid.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.18/gtk.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.18/sass/_common.scss | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css index 41a9bb7..70fdc3b 100644 --- a/common/gtk-3.0/3.18/gtk-dark.css +++ b/common/gtk-3.0/3.18/gtk-dark.css @@ -966,8 +966,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 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 diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css index 546a40c..4bcafed 100644 --- a/common/gtk-3.0/3.18/gtk-solid-dark.css +++ b/common/gtk-3.0/3.18/gtk-solid-dark.css @@ -966,8 +966,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 diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css index ce0f722..3a85dd8 100644 --- a/common/gtk-3.0/3.18/gtk-solid-darker.css +++ b/common/gtk-3.0/3.18/gtk-solid-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 diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css index 6e69a96..5de64a6 100644 --- a/common/gtk-3.0/3.18/gtk-solid.css +++ b/common/gtk-3.0/3.18/gtk-solid.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: #e7e8eb; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css index 9769ba8..b4a24ee 100644 --- a/common/gtk-3.0/3.18/gtk.css +++ b/common/gtk-3.0/3.18/gtk.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: #e7e8eb; border-bottom-width: 0; } .maximized .header-bar.default-decoration, .maximized diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index a766cce..7b3c53a 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -1140,8 +1140,8 @@ GtkComboBox { .csd &.default-decoration, // needed under wayland, since all gtk3 windows are csd windows &.default-decoration:backdrop, .csd &.default-decoration:backdrop { - padding-top: 4px; // less padding for ssd - padding-bottom: 4px; // + padding-top: 5px; + padding-bottom: 5px; background-color: opacify($header_bg, 1); border-bottom-width: 0; |