summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-15 21:43:38 +0200
committerraveit65 <[email protected]>2015-08-15 21:44:48 +0200
commitedc0e7b196c5aeb629060906721e38d9db62c2e8 (patch)
tree0db87eb093b7aa13b4807429237f66f1315e4009 /desktop-themes/BlackMATE
parentb07bab404c95a4a9968e654fd4dba28d90569dab (diff)
downloadmate-themes-edc0e7b196c5aeb629060906721e38d9db62c2e8.tar.bz2
mate-themes-edc0e7b196c5aeb629060906721e38d9db62c2e8.tar.xz
Gtk+-3.16 BlackMATE: style GtkStack
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 154586e3..c4e1f1cc 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -3438,3 +3438,24 @@ GtkActionBar .frame.action-bar .horizontal.stack-switcher.linked .button.image-b
padding: 4px 2px;
}
+/************
+ * GtkStack *
+ ************/
+
+GtkStackSidebar.sidebar GtkViewport.frame {
+ background-image: linear-gradient(to bottom,
+ @toolbar_gradient_base,
+ @toolbar_gradient_bottom);
+ border-width: 0px;
+ border-radius: 3px 0px 0px 3px;
+ padding: 0px;
+}
+
+.frame .horizontal GtkStack {
+ background-color: @less_dark_color;
+ border-radius: 0px 3px 3px 0px;
+ background-image: linear-gradient(to bottom,
+ @toolbar_gradient_base,
+ @toolbar_gradient_bottom);
+}
+