diff options
author | raveit65 <[email protected]> | 2015-08-13 13:41:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 13:41:24 +0200 |
commit | accabd78a1410c622a9ee0d546cc5d4ebaa1b0c5 (patch) | |
tree | 5e389fe4a1f830ccc8e99b5d0da71b45e8557274 /desktop-themes | |
parent | 8555d1a7927c8e6f04a5b700ec464dc0d762474c (diff) | |
download | mate-themes-accabd78a1410c622a9ee0d546cc5d4ebaa1b0c5.tar.bz2 mate-themes-accabd78a1410c622a9ee0d546cc5d4ebaa1b0c5.tar.xz |
Gtk+-3.16 GreenLaguna: style GtkStackSidebar
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 11 |
1 files changed, 11 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 84dab311..7eebae37 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3466,6 +3466,17 @@ GtkPlacesSidebar.sidebar .view { color: shade (@theme_selected_bg_color, 0.35); } +GtkStackSidebar.sidebar GtkViewport.frame { + background-image: linear-gradient(to bottom, + shade(@toolbar_gradient_base, 0.94), + shade(@theme_bg_color, 1.0)); + border-style: solid; + border-width: 0px 1px 0px 0px; + border-color: shade(@toolbar_gradient_base, 0.98); + border-radius: 2px 0px 0px 2px; + padding: 1px; +} + /**************** * GtkActionBar * ****************/ |