diff options
author | raveit65 <[email protected]> | 2015-08-13 11:29:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 11:29:52 +0200 |
commit | fed494d5ef254983c76edddf8b7ab6154a6eb075 (patch) | |
tree | 55b697f63f708ad90438642dbea5c5d7a1a8ad8f | |
parent | e7c360d87432cc8d6fac7c9ab8ab8b21ca47ecb2 (diff) | |
download | mate-themes-fed494d5ef254983c76edddf8b7ab6154a6eb075.tar.bz2 mate-themes-fed494d5ef254983c76edddf8b7ab6154a6eb075.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 1cc3d22e..edd98386 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3385,6 +3385,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 */ |