Fix mobile.css mozilla background stops
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 27 Feb 2012 06:36:18 +0000 (01:36 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 27 Feb 2012 06:36:18 +0000 (01:36 -0500)
web_frontend/mobile.css

index f83270e23f5f8307386b1c43965d7037e353479a..c3c926e6165be3e8edae3a1bc190fbe76c0734fa 100644 (file)
@@ -53,7 +53,7 @@ button {
   );
   background: -moz-linear-gradient(
       center bottom,
-      rgb(255,255,255) 100%,
-      rgb(173,175,175) 0%
+      rgb(99,95,103) 100%,
+      rgb(255,255,255) 0%
   );
 }