diff options
author | raveit65 <[email protected]> | 2015-08-13 11:29:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 11:30:08 +0200 |
commit | dbbea5282e36f82ded0eed43fcbfe109fdc5e8b1 (patch) | |
tree | 2ca5ac266c658973b1a194a5c4de0c4da48cb850 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | a024ed92ae844a7ecefef6225128c7d4977c2b9b (diff) | |
download | mate-themes-dbbea5282e36f82ded0eed43fcbfe109fdc5e8b1.tar.bz2 mate-themes-dbbea5282e36f82ded0eed43fcbfe109fdc5e8b1.tar.xz |
GTK3 GreenLaguna: style GtkActionBar
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-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 dcabe449..94240b23 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3143,6 +3143,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 */ |