diff options
author | raveit65 <[email protected]> | 2015-07-26 22:52:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-26 22:52:59 +0200 |
commit | bb65a956121c97be3c14554bedb6d371db4c81e0 (patch) | |
tree | ef0dd1264edba2d56db333a9b53dce2ae93ab57f /desktop-themes/TraditionalOkTest/gtk-3.0 | |
parent | 876962c4a8cc872f5e36ececbc35f18f86dff340 (diff) | |
download | mate-themes-bb65a956121c97be3c14554bedb6d371db4c81e0.tar.bz2 mate-themes-bb65a956121c97be3c14554bedb6d371db4c81e0.tar.xz |
Traditional themes GTK3: adjust padding of stack-switcher buttons
Diffstat (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index c3165cea..4356d606 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -2420,6 +2420,10 @@ GtkStack .linked.vertical .entry { padding: 4px; } +.horizontal.titlebar.header-bar .horizontal.linked.stack-switcher .button.text-button { + padding: 4px; +} + /********************* * App Notifications * *********************/ |