diff options
author | raveit65 <[email protected]> | 2015-08-13 11:51:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 11:51:19 +0200 |
commit | 0a3936150828e8bb17986c612b78a2661df89be0 (patch) | |
tree | 0fe24855f7f94fef9c25e217a311f4f0a1e9322f /desktop-themes | |
parent | b6fce3fb304b2bbcf926b968cb8de50097dd83df (diff) | |
download | mate-themes-0a3936150828e8bb17986c612b78a2661df89be0.tar.bz2 mate-themes-0a3936150828e8bb17986c612b78a2661df89be0.tar.xz |
GTK3 GreenLaguna: fix padding of GtkSwitch button in list-rows
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index d03a1593..f9888c17 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1166,9 +1166,7 @@ GtkTreeMenu .menuitem * { ***********/ .button { -gtk-icon-style: regular; - /* Due to a bug somewhere in gtk or cairo, - a padding of zero (or even one) doesn't work always! */ - padding: 2px; + padding: 0px; -GtkWidget-focus-line-width: 0; border-radius: 3px; border-width: 1px; @@ -1203,9 +1201,10 @@ GtkTreeMenu .menuitem * { border-radius: 3px; } -.button.image-button, -.primary-toolbar.toolbar .button.image-button { - padding: 3px 4px 4px; +.button.text-button, +GtkFontButton.button, +GtkFileChooserButton .button { + padding: 3px; } .button GtkImage, |