Skip to content

Commit a38b8f4

Browse files
committed
Merge pull request jquery-archive#2039 from jgable/bug_1999
Fix jquery-archive#1999, mismatched gradient stops for .ui-btn-up-c style. Thanks jgable!
2 parents 6e6c06b + e2a7b1a commit a38b8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/default/jquery.mobile.theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
color: #444;
309309
text-shadow: 0 1px 1px #f6f6f6;
310310
background-image: -moz-linear-gradient(top,
311-
#fefefe,
311+
#fdfdfd,
312312
#eeeeee);
313313
background-image: -webkit-gradient(linear,left top,left bottom,
314314
color-stop(0, #fdfdfd),

0 commit comments

Comments
 (0)