diff options
author | raveit65 <[email protected]> | 2015-09-14 23:36:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-14 23:37:02 +0200 |
commit | 15a9a30773ecaea7d4e4c15790c7421275f7ca6e (patch) | |
tree | b8dd805c68fff75c4a4cb3af1c197d4bbd35bdb5 | |
parent | 124957b8b6b71e8a6a7d20381f32b7fd6357d6a5 (diff) | |
download | mate-themes-15a9a30773ecaea7d4e4c15790c7421275f7ca6e.tar.bz2 mate-themes-15a9a30773ecaea7d4e4c15790c7421275f7ca6e.tar.xz |
GTK3 BlackMATE: adjust height of GtkFontButton and GtkColorButton
-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 efc57b4d..b11a9ad9 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1395,6 +1395,11 @@ GtkFileChooserButton .button { color: @insensitive_fg_color; } +GtkFontButton.button, +GtkColorButton.button { + padding: 4px 3px; +} + /****************** * Linked Buttons * ******************/ |