Fix #1999, mismatched gradient stops for .ui-btn-up-c style

This commit is contained in:
jacob4u2 2011-07-06 16:03:13 -05:00
parent 6e6c06b8f2
commit e2a7b1a63c

View file

@ -308,7 +308,7 @@
color: #444;
text-shadow: 0 1px 1px #f6f6f6;
background-image: -moz-linear-gradient(top,
#fefefe,
#fdfdfd,
#eeeeee);
background-image: -webkit-gradient(linear,left top,left bottom,
color-stop(0, #fdfdfd),