diff options
author | raveit65 <[email protected]> | 2015-02-09 23:07:17 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-09 23:08:16 +0100 |
commit | cae41f3508d328e00cf42263c6d408a3f5ed5455 (patch) | |
tree | 61a4b29086866696312e6568de69bc1919a81c39 /desktop-themes/BlueMenta/gtk-3.0 | |
parent | bd25dd3fdeeb4032a47873c5ebdceb27d95ba370 (diff) | |
download | mate-themes-cae41f3508d328e00cf42263c6d408a3f5ed5455.tar.bz2 mate-themes-cae41f3508d328e00cf42263c6d408a3f5ed5455.tar.xz |
Menta themes GTK3: fix padding in primary toolbar
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 027ef8cc..2a49c1a2 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -65,7 +65,6 @@ CajaWindow .button.flat { @button_gradient_color_a, @button_gradient_color_b); border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch; - padding: 2px 5px; } CajaWindow .button.flat:hover { @@ -74,7 +73,6 @@ CajaWindow .button.flat:hover { @button_hover_gradient_color_a, @button_hover_gradient_color_b); border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch; - padding: 2px 5px; } /* some overrides for button.flat */ |