diff options
author | raveit65 <[email protected]> | 2015-08-12 12:19:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-12 12:19:28 +0200 |
commit | 3b9c75580aaacfd8caced8215a68446ff1628ccf (patch) | |
tree | 2583eb657406fb637e8911c343a6f68773a369f5 | |
parent | a474d9ad66b4dee7f57e7a17af26c4128f5fe9de (diff) | |
download | mate-themes-3b9c75580aaacfd8caced8215a68446ff1628ccf.tar.bz2 mate-themes-3b9c75580aaacfd8caced8215a68446ff1628ccf.tar.xz |
GTK3 BlackMATE: fix padding of GtkSwitch button in list-rows
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 11 |
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 a2be0af1..754d3fff 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1278,9 +1278,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; @@ -1292,9 +1290,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 { |