diff options
author | raveit65 <[email protected]> | 2015-09-14 23:36:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-14 23:37:14 +0200 |
commit | af22219a1a5092df4b0c0e445ab48b5297fd3a15 (patch) | |
tree | c6b10a70d8bd0bae32e08c81c5ef6acc4047b5d0 | |
parent | f06fb64fc34293d1e2b882b722357f4b1d41109d (diff) | |
download | mate-themes-af22219a1a5092df4b0c0e445ab48b5297fd3a15.tar.bz2 mate-themes-af22219a1a5092df4b0c0e445ab48b5297fd3a15.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 4e180d60..eb2789ba 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1350,6 +1350,11 @@ GtkFileChooserButton .button { color: @insensitive_fg_color; } +GtkFontButton.button, +GtkColorButton.button { + padding: 4px 3px; +} + /****************** * Linked Buttons * ******************/ |