summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-12 12:19:28 +0200
committerraveit65 <[email protected]>2015-08-12 12:26:15 +0200
commitdc92bd8dabc799c1b6786f37ae73a6e95d4c3e88 (patch)
treed0f24f4ccf3c4db29063ce7488564eb0d3f1dfee /desktop-themes
parent83c00442b84d0d03fc45cef0c11e3a1f93439d85 (diff)
downloadmate-themes-dc92bd8dabc799c1b6786f37ae73a6e95d4c3e88.tar.bz2
mate-themes-dc92bd8dabc799c1b6786f37ae73a6e95d4c3e88.tar.xz
GTK3 BlackMATE: fix padding of GtkSwitch button in list-rows
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 8f9d972c..c5ead0ac 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -1225,9 +1225,7 @@ GtkComboBox .menu {
.button {
-gtk-icon-style: regular;
-GtkWidget-focus-line-width: 0;
- /* Due to a bug somewhere in gtk or cairo,
- a padding of zero (or even one) doesn't work always!!! */
- padding: 2px;
+ padding: 0px;
border-radius: 3px;
border-width: 1px;
border-style: solid;
@@ -1239,9 +1237,10 @@ GtkComboBox .menu {
transition: all 400ms ease-out;
}
-.button.image-button,
-.primary-toolbar.toolbar .button.image-button {
- padding: 3px 4px 4px;
+.button.text-button,
+GtkFontButton.button,
+GtkFileChooserButton .button {
+ padding: 3px;
}
.button.default {