diff options
author | raveit65 <[email protected]> | 2014-05-18 18:36:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-05-18 18:36:33 +0200 |
commit | f558bf11dfaf8d9c33bb61fb54517eb25018c20f (patch) | |
tree | a590be2598590daa92c3cca880cf586cfd7a2620 /desktop-themes/BlueMenta/gtk-3.0 | |
parent | 2d5875f33266c9545fb039ae6556d7d224194498 (diff) | |
download | mate-themes-f558bf11dfaf8d9c33bb61fb54517eb25018c20f.tar.bz2 mate-themes-f558bf11dfaf8d9c33bb61fb54517eb25018c20f.tar.xz |
BlueMenta Menta GTK3: reduce size of tabs and notebook tabs
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 5c58d2de..3670911b 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -1542,7 +1542,7 @@ GtkLinkButton.button:active { .notebook tab.top, .notebook tab.bottom { - padding: 8px 20px 6px; + padding: 6px 20px 4px; } .notebook tab.top:active, |