diff options
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 2a6839ab..67260def 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -3408,7 +3408,7 @@ GtkActionBar .frame.action-bar .horizontal.stack-switcher.linked .button.image-b * GtkStack * ************/ -GtkStackSidebar.sidebar GtkViewport.frame { +GtkStackSidebar.sidebar GtkScrolledWindow { background-image: linear-gradient(to bottom, @toolbar_gradient_base, @toolbar_gradient_bottom); @@ -3425,3 +3425,11 @@ GtkStackSidebar.sidebar GtkViewport.frame { @toolbar_gradient_bottom); } +GtkStackSidebar.sidebar GtkViewport.frame { + background-color:transparent; +} + +GtkStackSidebar.sidebar GtkViewport.frame .list-row.button { + transition: none; +} + |