From 7d92fce7497c2b35ca2044eb54b54b57cc35782d 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(+) (limited to 'desktop-themes') diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index b5ec0227..e50b5b41 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -3141,6 +3141,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