[gnome-themes-standard] Style non-top toolbars like scrolled window



commit 0375a8101f7a8367677afcc8e58ea7cb79b8782f
Author: William Jon McCann <jmccann redhat com>
Date:   Wed Jan 26 15:02:23 2011 -0500

    Style non-top toolbars like scrolled window

 themes/Adwaita/gtk-3.0/gtk.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index a2995af..be6eb5f 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -417,7 +417,15 @@ column-header {
 }
 
 /* Toolbars */
+.toolbar {
+    border-style: solid;
+    border-color: darker (@bg_color);
+    border-width: 1;
+    border-radius: 3;
+    padding: 1;
+}
 
+/* Top of window toolbars */
 GtkWindow > GtkTable > .toolbar, /* nautilus */
 GtkWindow > GtkVBox > EggEditableToolbar > GtkHBox > .toolbar, /* eog etc */
 GtkWindow > GtkVBox > GtkVBox > EggEditableToolbar > GtkHBox > .toolbar, /* epiphany */



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