diff options
author | raveit65 <[email protected]> | 2015-09-14 23:36:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-14 23:36:31 +0200 |
commit | 3f928be46ad9a3ba9d8907ae09e488aaf4b65988 (patch) | |
tree | 15ad0fa7bae097213dcf10366b6769cb5819ceb6 /desktop-themes | |
parent | 708c97b833ae1f4a9b80f8d9bc5199e99c46d2bd (diff) | |
download | mate-themes-3f928be46ad9a3ba9d8907ae09e488aaf4b65988.tar.bz2 mate-themes-3f928be46ad9a3ba9d8907ae09e488aaf4b65988.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 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 * ******************/ |