summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-14 23:36:31 +0200
committerraveit65 <[email protected]>2015-09-14 23:37:02 +0200
commit15a9a30773ecaea7d4e4c15790c7421275f7ca6e (patch)
treeb8dd805c68fff75c4a4cb3af1c197d4bbd35bdb5
parent124957b8b6b71e8a6a7d20381f32b7fd6357d6a5 (diff)
downloadmate-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.css5
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 *
******************/