diff options
author | Horst3180 | 2016-03-07 22:25:37 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-07 22:25:37 +0100 |
commit | 0353810bd2a2ea8e1544f3be86bc9f1e7fb7d42d (patch) | |
tree | 0b357ddbb5b1816fdf129e41a545a8f71a2a3a48 /common/gtk-3.0/3.20/gtk-solid-dark.css | |
parent | c0cad431d3310dc14c376fc984ec92525c8165fc (diff) | |
download | solarc-theme-0353810bd2a2ea8e1544f3be86bc9f1e7fb7d42d.tar.gz solarc-theme-0353810bd2a2ea8e1544f3be86bc9f1e7fb7d42d.tar.xz solarc-theme-0353810bd2a2ea8e1544f3be86bc9f1e7fb7d42d.zip |
fix height of window decorations
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid-dark.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid-dark.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index ca9c7f4..3e1e5db 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -897,8 +897,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: #2f343f; border-bottom-width: 0; } .maximized headerbar.default-decoration, .maximized @@ -2650,7 +2650,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 { |