diff options
author | raveit65 <[email protected]> | 2015-08-12 00:34:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-12 00:35:25 +0200 |
commit | 3d62964bc6854fca293410f328ecdf069ec5aac1 (patch) | |
tree | 9b53fe7d02d95449c7198c1ac689d05bdf8c41d2 /desktop-themes | |
parent | ebeb558bda46463302a5ae8a4ef56ec48f9e27e4 (diff) | |
download | mate-themes-3d62964bc6854fca293410f328ecdf069ec5aac1.tar.bz2 mate-themes-3d62964bc6854fca293410f328ecdf069ec5aac1.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 4f32e6cd..ac6cf8ee 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -2702,6 +2702,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 */ |