summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-14 22:56:41 +0200
committerraveit65 <[email protected]>2015-09-14 22:57:21 +0200
commite6d54000dd04ad0efd61896b3623a3c4dd29eb8d (patch)
tree5ea056d97f7cd91f860d7a43db9375b1047b7c1c
parent6636963bee9a5f3245d70e73d24316b0a59cc451 (diff)
downloadmate-themes-e6d54000dd04ad0efd61896b3623a3c4dd29eb8d.tar.bz2
mate-themes-e6d54000dd04ad0efd61896b3623a3c4dd29eb8d.tar.xz
GTK3 BlackMATE: adjust GtkStackSidebar, don't use transition effect
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css10
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 55dce491..a85d55a0 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -3485,7 +3485,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);
@@ -3502,3 +3502,11 @@ GtkStackSidebar.sidebar GtkViewport.frame {
@toolbar_gradient_bottom);
}
+GtkStackSidebar.sidebar GtkViewport.frame {
+ background-color:transparent;
+}
+
+GtkStackSidebar.sidebar GtkViewport.frame .list-row.button {
+ transition: none;
+}
+