[gnome-music] Fix a css issue in the topbar and the player



commit 39646f92797f2e6819846fc22496bb0284209c79
Author: CÃsar GarcÃa Tapia <cesar garcia tapia openshine com>
Date:   Wed Oct 31 15:17:00 2012 +0100

    Fix a css issue in the topbar and the player

 data/gtk-style.css |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index d01113f..225c731 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -80,13 +80,12 @@
 }
 
 .music-player, .music-topbar {
+    background-image: linear-gradient(to bottom,
+                                      @button_gradient_color_a,
+                                      @button_gradient_color_b 40%,
+                                      @button_gradient_color_c
+                                      );
     background-color: transparent;
-    background-image: -gtk-gradient (linear,
-                    left top,
-                    left bottom,
-                    from (@toolbar_gradient_a),
-                    color-stop (0.50, @toolbar_gradient_b),
-                    to (@toolbar_gradient_c));
 }
 
 .music-albuminfo-artist {



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