diff options
author | raveit65 <[email protected]> | 2015-08-12 00:34:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-12 00:35:51 +0200 |
commit | c3f383df653e0b27c6b7ea707c313962c3382af9 (patch) | |
tree | 18d16a82f675d3ec20a7c780a136e1361e332406 /desktop-themes | |
parent | 37f6c3185b98910ce8af09c1130fcc4880d2fbf3 (diff) | |
download | mate-themes-c3f383df653e0b27c6b7ea707c313962c3382af9.tar.bz2 mate-themes-c3f383df653e0b27c6b7ea707c313962c3382af9.tar.xz |
GTK3 BlackMATE: style GtkActionBar
Diffstat (limited to 'desktop-themes')
-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 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 */ |