summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-13 11:51:19 +0200
committerraveit65 <[email protected]>2015-08-13 11:52:11 +0200
commit8dc581dfb6caf6ba762561838765b7afd0ab3313 (patch)
tree4eda888d1bad073ab35f4c6fa763fab579859376 /desktop-themes/GreenLaguna
parentf1577eb4c33697c486fb43c436e053aa51946915 (diff)
downloadmate-themes-8dc581dfb6caf6ba762561838765b7afd0ab3313.tar.bz2
mate-themes-8dc581dfb6caf6ba762561838765b7afd0ab3313.tar.xz
GTK3 GreenLaguna: fix padding of GtkSwitch button in list-rows
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css11
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,