diff options
Diffstat (limited to 'common/gtk-3.0/3.16')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-dark.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk-darker.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk-solid-dark.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk-solid-darker.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk-solid.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk.css | 4 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/sass/_common.scss | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/common/gtk-3.0/3.16/gtk-dark.css b/common/gtk-3.0/3.16/gtk-dark.css index ac1da0a..229463f 100644 --- a/common/gtk-3.0/3.16/gtk-dark.css +++ b/common/gtk-3.0/3.16/gtk-dark.css @@ -879,8 +879,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.16/gtk-darker.css b/common/gtk-3.0/3.16/gtk-darker.css index 30837bb..75a94a7 100644 --- a/common/gtk-3.0/3.16/gtk-darker.css +++ b/common/gtk-3.0/3.16/gtk-darker.css @@ -882,8 +882,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.16/gtk-solid-dark.css b/common/gtk-3.0/3.16/gtk-solid-dark.css index a8f2089..de10dbd 100644 --- a/common/gtk-3.0/3.16/gtk-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-solid-dark.css @@ -879,8 +879,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.16/gtk-solid-darker.css b/common/gtk-3.0/3.16/gtk-solid-darker.css index 51a1a52..31f1709 100644 --- a/common/gtk-3.0/3.16/gtk-solid-darker.css +++ b/common/gtk-3.0/3.16/gtk-solid-darker.css @@ -882,8 +882,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.16/gtk-solid.css b/common/gtk-3.0/3.16/gtk-solid.css index 9dfd498..8a02a6e 100644 --- a/common/gtk-3.0/3.16/gtk-solid.css +++ b/common/gtk-3.0/3.16/gtk-solid.css @@ -882,8 +882,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.16/gtk.css b/common/gtk-3.0/3.16/gtk.css index 0666532..edf5785 100644 --- a/common/gtk-3.0/3.16/gtk.css +++ b/common/gtk-3.0/3.16/gtk.css @@ -882,8 +882,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.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss index be06385..41c84cd 100644 --- a/common/gtk-3.0/3.16/sass/_common.scss +++ b/common/gtk-3.0/3.16/sass/_common.scss @@ -1100,8 +1100,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; |