diff options
author | raveit65 <[email protected]> | 2015-09-14 23:36:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-14 23:37:25 +0200 |
commit | 2cbc70b05e1ad92f69e6924f0c4de4792bdd696b (patch) | |
tree | ba70d3bf1e0ce6038377ab243ccbf061d6412ce4 /desktop-themes | |
parent | 125ab9943c9f6de0aff87d94c41aae57edd4c788 (diff) | |
download | mate-themes-2cbc70b05e1ad92f69e6924f0c4de4792bdd696b.tar.bz2 mate-themes-2cbc70b05e1ad92f69e6924f0c4de4792bdd696b.tar.xz |
GTK3 BlackMATE: adjust height of GtkFontButton and GtkColorButton
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 7b9c983f..3e5b6b27 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1340,6 +1340,11 @@ GtkFileChooserButton .button { color: @insensitive_fg_color; } +GtkFontButton.button, +GtkColorButton.button { + padding: 4px 3px; +} + /****************** * Linked Buttons * ******************/ |