diff options
author | raveit65 <[email protected]> | 2015-08-13 11:51:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 11:52:47 +0200 |
commit | add1b0b03cc18b596e0acece5f60c7a02235abf4 (patch) | |
tree | a7a4db6b287895375473025cac69c3a06767ec08 /desktop-themes | |
parent | dbbea5282e36f82ded0eed43fcbfe109fdc5e8b1 (diff) | |
download | mate-themes-add1b0b03cc18b596e0acece5f60c7a02235abf4.tar.bz2 mate-themes-add1b0b03cc18b596e0acece5f60c7a02235abf4.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 94240b23..586df212 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -998,9 +998,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; @@ -1035,9 +1033,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, |