diff options
author | raveit65 <[email protected]> | 2015-08-13 11:29:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 11:30:47 +0200 |
commit | 179110c68448759bc3502ca731ec79cd3a3a061d (patch) | |
tree | f34a2450325620c53a773d16857825f5c4b4a4cc | |
parent | 5ae7119fbc7d1e87f5697ff4adfc1ae064127554 (diff) | |
download | mate-themes-179110c68448759bc3502ca731ec79cd3a3a061d.tar.bz2 mate-themes-179110c68448759bc3502ca731ec79cd3a3a061d.tar.xz |
GTK3 GreenLaguna: style GtkActionBar
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index f540ded2..8e143a80 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -2402,6 +2402,26 @@ GtkPlacesSidebar.sidebar .view { color: shade (@theme_selected_bg_color, 0.35); } +/**************** + * 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 */ |