diff options
Diffstat (limited to 'common/gtk-3.0/3.20/gtk.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 9633aa0..d7fc7d0 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -896,8 +896,8 @@ headerbar { headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; + min-height: 28px; + padding: 0 3px; background-color: #e7e8eb; border-bottom-width: 0; } .maximized headerbar.default-decoration, .maximized @@ -2653,7 +2653,9 @@ decoration { headerbar.default-decoration button.titlebutton, .titlebar.default-decoration button.titlebutton { padding: 0 4px; - min-width: 0; } + min-width: 0; + min-height: 0; + margin: 0; } headerbar button.titlebutton, .titlebar button.titlebutton { |