diff options
author | raveit65 <[email protected]> | 2015-08-13 11:29:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 11:30:24 +0200 |
commit | 7feead0b0273222df096e4af73d099db71be88ec (patch) | |
tree | 10f5d6cbcde14981dcf80a86a4f6507e36ce6970 | |
parent | a819200e2af3fd7f874855147c79c89344aabeff (diff) | |
download | mate-themes-7feead0b0273222df096e4af73d099db71be88ec.tar.bz2 mate-themes-7feead0b0273222df096e4af73d099db71be88ec.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 0c68054d..6bebe9c8 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -2469,6 +2469,26 @@ GtkLabel { 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 */ |