From c3f383df653e0b27c6b7ea707c313962c3382af9 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 12 Aug 2015 00:34:39 +0200 Subject: GTK3 BlackMATE: style GtkActionBar --- desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 22586b5a..70100008 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -2794,6 +2794,26 @@ GtkLabel { color: alpha(@frame_color, 0.6); } +/**************** + * GtkActionBar * + ****************/ + +GtkActionBar .frame.action-bar { + padding: 2px; +} + +GtkActionBar .frame.action-bar .button.image-button { + padding: 6px; +} + +GtkActionBar .frame.action-bar .horizontal.stack-switcher.linked .button.image-button { + padding: 4px 2px; +} + +/**************** + * Applications * + ****************/ + ApDocView, /* Abiword */ EogScrollView, /* Eog */ CheeseThumbView /* Cheese */ -- cgit v1.2.1