diff options
author | raveit65 <[email protected]> | 2015-08-12 12:19:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-12 12:26:34 +0200 |
commit | db5ae47507c8099a07758048a75f4e77d3d107a8 (patch) | |
tree | 5475491f32b4ed008ac1de1fefeea4cd90227939 /desktop-themes | |
parent | 7d92fce7497c2b35ca2044eb54b54b57cc35782d (diff) | |
download | mate-themes-db5ae47507c8099a07758048a75f4e77d3d107a8.tar.bz2 mate-themes-db5ae47507c8099a07758048a75f4e77d3d107a8.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.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 e50b5b41..890220bd 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1222,9 +1222,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; @@ -1236,9 +1234,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 { |