[gnome-themes-standard] toolbars: style toolbars with a menubar class



commit 3b120283d02fd8d751b3b63e87ebb683cdee5937
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Aug 2 12:48:40 2011 +0200

    toolbars: style toolbars with a menubar class
    
    Like the one in the Documents application.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 63a9fcf..e15fc8c 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -786,6 +786,20 @@ GtkTreeMenu .menuitem * {
 }
 
 /********************
+ * Menubar Toolbars *
+ ********************/
+.toolbar.menubar {
+    background-image: -gtk-gradient (linear,
+                                     left top, left bottom,
+                                     from(@theme_bg_color),
+                                     to(shade(@theme_bg_color, 0.96)));
+    border-width: 0;
+    border-style: none;
+
+    -GtkToolbar-button-relief: normal;
+}
+
+/********************
  * Primary Toolbars *
  ********************/
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]