[sushi] style: theme the toolbar separator



commit f747ad36a9e08f364c24dc29d9e893f510ff5d0f
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue May 10 13:33:16 2011 -0400

    style: theme the toolbar separator

 data/style/gtk-style.css |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/data/style/gtk-style.css b/data/style/gtk-style.css
index a52bd04..e1ef6ce 100644
--- a/data/style/gtk-style.css
+++ b/data/style/gtk-style.css
@@ -39,12 +39,21 @@ GtkLabel {
     border-style: none;
     border-radius: 3;
     border-width: 0;
-    padding: 0;
+    padding: 0 2;
 
     background-color: @np_bg_color;
     color: @np_fg_color;
 }
 
+.np-toolbar GtkSeparatorToolItem {
+    -GtkWidget-wide-separators: 1;
+    -GtkWidget-separator-width: 1;
+
+    border-width: 1;
+    border-style: solid;
+    border-color: @np_fg_color;
+}
+
 .np-decoration {
     color: @np_fg_color;
     font: bold;



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