[gnome-themes-standard] separators: cleanup a bit the CSS for menu/toolbar separators



commit 3f25b70407819f45a2be3f5c80da241787a4ddbc
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Mar 14 16:04:47 2011 -0400

    separators: cleanup a bit the CSS for menu/toolbar separators

 themes/Adwaita/gtk-3.0/gtk.css |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 984b4e0..5c713a3 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -123,7 +123,6 @@
     -GtkHTML-link-color: @link_color;
 
     -GtkWidget-wide-separators: 1;
-    -GtkWidget-separator-height: 1;
 
     -WnckTasklist-fade-overlay-rect: 0;
 
@@ -131,9 +130,6 @@
     -GtkButton-inner-border: 2;
     -GtkEntry-progress-border: 0;
 
-    -GtkSeparatorToolItem-shadow-type: none;
-    -GtkSeparator-shadow-type: none;
-
     /* Style */
     background-color: @theme_bg_color;
     color: @theme_fg_color;
@@ -589,6 +585,7 @@ GtkComboBox.button {
     border-color: @inactive_frame_color;
 
     -GtkSeparatorMenuItem-horizontal-padding: 0;
+    -GtkWidget-separator-height: 1;
 }
 
 /* menu radio and check items are drawn differently */
@@ -713,6 +710,8 @@ GtkComboBox.button {
 
     -GtkWidget-window-dragging: true;
     -GtkToolbar-button-relief: 0;
+    -GtkWidget-separator-width: 1;
+    -GtkWidget-wide-separators: 1;
 }
 
 .primary-toolbar.toolbar:insensitive {
@@ -788,12 +787,10 @@ GtkComboBox.button {
 
 .primary-toolbar.toolbar.separator {
     border-style: solid;
+    border-width: 1;
     border-color: shade (@theme_bg_color, 0.56);
-
-    background-image: none;
 }
 
-
 /* primary toolbar raised buttons */
 .primary-toolbar.toolbar.raised.button,
 .primary-toolbar.toolbar.raised.button:insensitive {



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