diff options
author | raveit65 <[email protected]> | 2015-08-12 00:34:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-12 00:34:39 +0200 |
commit | 7d92fce7497c2b35ca2044eb54b54b57cc35782d (patch) | |
tree | 44044022a006495508e20addc341b0b30bfff646 | |
parent | ae357001491a6f11e55ae858311e9cac2567e8a2 (diff) | |
download | mate-themes-7d92fce7497c2b35ca2044eb54b54b57cc35782d.tar.bz2 mate-themes-7d92fce7497c2b35ca2044eb54b54b57cc35782d.tar.xz |
GTK3 BlackMATE: style GtkActionBar
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 20 |
1 files changed, 20 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 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 */ |