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