[gnome-themes-standard] switch: make sure the off gradient direction is the right one



commit e7fa49a14d58e587b723ee703a152fd0e818a935
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Mar 16 16:57:10 2011 -0400

    switch: make sure the off gradient direction is the right one

 themes/Adwaita/gtk-3.0/gtk.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 4cc56ca..3378728 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -883,8 +883,8 @@ GtkSwitch.trough {
     border-color: shade (@frame_color, 1.22);
     background-image: -gtk-gradient (linear,
                                      left top, left bottom,
-                                     from (@trough_bg_color_b),
-                                     to (@trough_bg_color_a));
+                                     from (@trough_bg_color_a),
+                                     to (@trough_bg_color_b));
 }
 
 GtkSwitch.trough:active {



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